#068FAE

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

Shades of Bondi Blue #068FAE

Tints of Bondi Blue #068FAE

Color information

#068FAE (or 0x068FAE) is unknown color: approx Bondi Blue. HEX triplet: 06, 8F and AE. RGB value is (6,143,174). Sum of RGB (Red+Green+Blue) = 6+143+174=323 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 323); Green value is 143 (56.25% from 255 or 44.27% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #068FAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068FAE is #F97051. Grayscale: #696969. Windows color (decimal): -16347218 or 11439878. OLE color: 11439878.

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

Color convert

RGB6143174-
CMYK0.970.1800.32
HSL191.07º93.33%35.29%-
HSV(B)191.07º96.55%68.24%-
XYZ17.5422.7443.51-
YUV105.57166.6156.98-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.86%
GREEN value IS 143 (56.25% from 255) = 44.27%
BLUE value IS 174 (68.36% from 255) = 53.87%
R=1.86%
G=44.27%
B=53.87%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal61431740.970.1800.32191.0793.3335.29
Hex68FAE6112020bf5d23
Octal62172561412204027713543
Binary11010001111101011101100001100100100000101111111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,143,174); }

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

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

 a { background-color: rgb(6,143,174); }

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

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

 span { border-color: rgb(6,143,174); }

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