#068EB5

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

Shades of Bondi Blue #068EB5

Tints of Bondi Blue #068EB5

Color information

#068EB5 (or 0x068EB5) is unknown color: approx Bondi Blue. HEX triplet: 06, 8E and B5. RGB value is (6,142,181). Sum of RGB (Red+Green+Blue) = 6+142+181=329 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.82% from 329); Green value is 142 (55.86% from 255 or 43.16% from 329); Blue value is 181 (71.09% from 255 or 55.02% from 329); Max value from RGB is 181 - color contains mainly: blue. Hex color #068EB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068EB5 is #F9714A. Grayscale: #696969. Windows color (decimal): -16347467 or 11898374. OLE color: 11898374.

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

Color convert

RGB6142181-
CMYK0.970.2200.29
HSL193.37º93.58%36.67%-
HSV(B)193.37º96.69%70.98%-
XYZ18.0922.7247.15-
YUV105.78170.4456.83-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.82%
GREEN value IS 142 (55.86% from 255) = 43.16%
BLUE value IS 181 (71.09% from 255) = 55.02%
R=1.82%
G=43.16%
B=55.02%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal61421810.970.2200.29193.3793.5836.67
Hex68EB5611601Dc15e25
Octal62162651412603530113645
Binary1101000111010110101110000110110011101110000011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,142,181); }

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

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

 a { background-color: rgb(6,142,181); }

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

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

 span { border-color: rgb(6,142,181); }

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