#068DB7

Color #068DB7 Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #068DB7

Tints of Bondi Blue #068DB7

Color information

#068DB7 (or 0x068DB7) is unknown color: approx Bondi Blue. HEX triplet: 06, 8D and B7. RGB value is (6,141,183). Sum of RGB (Red+Green+Blue) = 6+141+183=330 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.82% from 330); Green value is 141 (55.47% from 255 or 42.73% from 330); Blue value is 183 (71.88% from 255 or 55.45% from 330); Max value from RGB is 183 - color contains mainly: blue. Hex color #068DB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068DB7 is #F97248. Grayscale: #696969. Windows color (decimal): -16347721 or 12029190. OLE color: 12029190.

HSL color Cylindrical-coordinate representation of color #068DB7: hue angle of 194.24º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068DB7 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB6141183-
CMYK0.970.2300.28
HSL194.24º93.65%37.06%-
HSV(B)194.24º96.72%71.76%-
XYZ18.1522.5148.19-
YUV105.42171.7757.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 1.82%
GREEN value IS 141 (55.47% from 255) = 42.73%
BLUE value IS 183 (71.88% from 255) = 55.45%
R=1.82%
G=42.73%
B=55.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal61411830.970.2300.28194.2493.6537.06
Hex68DB7611701Cc25e25
Octal62152671412703430213645
Binary1101000110110110111110000110111011100110000101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068DB7; }

 p { color: rgb(6,141,183); }

 H1.HeaderClassName
 {
   color: #068DB7;
 }
 .AnyTagClassName
 {
   color: #068DB7;
 }
</style>
background-color css

<style>
 a { background-color: #068DB7; }

 a { background-color: rgb(6,141,183); }

 div.DivClassName
 {
   background-color: #068DB7;
 }
 .BgClassName
 {
   background-color: #068DB7;
 }
</style>
border-color css

<style>
 span { border-color: #068DB7; }

 span { border-color: rgb(6,141,183); }

 td.TdClassName
 {
   border-color: #068DB7;
 }
 .TagClassName
 {
   border-color: #068DB7;
 }
</style>