#068DAC

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

Shades of Bondi Blue #068DAC

Tints of Bondi Blue #068DAC

Color information

#068DAC (or 0x068DAC) is unknown color: approx Bondi Blue. HEX triplet: 06, 8D and AC. RGB value is (6,141,172). Sum of RGB (Red+Green+Blue) = 6+141+172=319 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 319); Green value is 141 (55.47% from 255 or 44.20% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #068DAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068DAC is #F97253. Grayscale: #676767. Windows color (decimal): -16347732 or 11308294. OLE color: 11308294.

HSL color Cylindrical-coordinate representation of color #068DAC: hue angle of 191.2º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068DAC is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6141172-
CMYK0.970.1800.33
HSL191.2º93.26%34.9%-
HSV(B)191.2º96.51%67.45%-
XYZ17.0522.0742.39-
YUV104.17166.2757.98-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.88%
GREEN value IS 141 (55.47% from 255) = 44.20%
BLUE value IS 172 (67.58% from 255) = 53.92%
R=1.88%
G=44.20%
B=53.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61411720.970.1800.33191.293.2634.9
Hex68DAC6112021bf5d23
Octal62152541412204127713543
Binary11010001101101011001100001100100100001101111111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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