#068DBD

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

Shades of Bondi Blue #068DBD

Tints of Bondi Blue #068DBD

Color information

#068DBD (or 0x068DBD) is unknown color: approx Bondi Blue. HEX triplet: 06, 8D and BD. RGB value is (6,141,189). Sum of RGB (Red+Green+Blue) = 6+141+189=336 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 336); Green value is 141 (55.47% from 255 or 41.96% from 336); Blue value is 189 (74.22% from 255 or 56.25% from 336); Max value from RGB is 189 - color contains mainly: blue. Hex color #068DBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068DBD is #F97242. Grayscale: #696969. Windows color (decimal): -16347715 or 12422406. OLE color: 12422406.

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

Color convert

RGB6141189-
CMYK0.970.2500.26
HSL195.74º93.85%38.24%-
HSV(B)195.74º96.83%74.12%-
XYZ18.7922.7651.55-
YUV106.11174.7756.6-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.79%
GREEN value IS 141 (55.47% from 255) = 41.96%
BLUE value IS 189 (74.22% from 255) = 56.25%
R=1.79%
G=41.96%
B=56.25%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal61411890.970.2500.26195.7493.8538.24
Hex68DBD611901Ac45e26
Octal62152751413103230413646
Binary1101000110110111101110000111001011010110001001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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