#068DAF

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

Shades of Bondi Blue #068DAF

Tints of Bondi Blue #068DAF

Color information

#068DAF (or 0x068DAF) is unknown color: approx Bondi Blue. HEX triplet: 06, 8D and AF. RGB value is (6,141,175). Sum of RGB (Red+Green+Blue) = 6+141+175=322 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 322); Green value is 141 (55.47% from 255 or 43.79% from 322); Blue value is 175 (68.75% from 255 or 54.35% from 322); Max value from RGB is 175 - color contains mainly: blue. Hex color #068DAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068DAF is #F97250. Grayscale: #686868. Windows color (decimal): -16347729 or 11504902. OLE color: 11504902.

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

Color convert

RGB6141175-
CMYK0.970.1900.31
HSL192.07º93.37%35.49%-
HSV(B)192.07º96.57%68.63%-
XYZ17.3422.1843.93-
YUV104.51167.7757.74-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.86%
GREEN value IS 141 (55.47% from 255) = 43.79%
BLUE value IS 175 (68.75% from 255) = 54.35%
R=1.86%
G=43.79%
B=54.35%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal61411750.970.1900.31192.0793.3735.49
Hex68DAF611301Fc05d23
Octal62152571412303730013543
Binary1101000110110101111110000110011011111110000001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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