#068CBA

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

Shades of Bondi Blue #068CBA

Tints of Bondi Blue #068CBA

Color information

#068CBA (or 0x068CBA) is unknown color: approx Bondi Blue. HEX triplet: 06, 8C and BA. RGB value is (6,140,186). Sum of RGB (Red+Green+Blue) = 6+140+186=332 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 332); Green value is 140 (55.08% from 255 or 42.17% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #068CBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068CBA is #F97345. Grayscale: #686868. Windows color (decimal): -16347974 or 12225542. OLE color: 12225542.

HSL color Cylindrical-coordinate representation of color #068CBA: hue angle of 195.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068CBA is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6140186-
CMYK0.970.2500.27
HSL195.33º93.75%37.65%-
HSV(B)195.33º96.77%72.94%-
XYZ18.3222.3449.8-
YUV105.18173.6157.26-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.81%
GREEN value IS 140 (55.08% from 255) = 42.17%
BLUE value IS 186 (73.05% from 255) = 56.02%
R=1.81%
G=42.17%
B=56.02%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61401860.970.2500.27195.3393.7537.65
Hex68CBA611901Bc35e26
Octal62142721413103330313646
Binary1101000110010111010110000111001011011110000111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,140,186); }

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

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

 a { background-color: rgb(6,140,186); }

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

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

 span { border-color: rgb(6,140,186); }

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