#068CB7

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

Shades of Bondi Blue #068CB7

Tints of Bondi Blue #068CB7

Color information

#068CB7 (or 0x068CB7) is unknown color: approx Bondi Blue. HEX triplet: 06, 8C and B7. RGB value is (6,140,183). Sum of RGB (Red+Green+Blue) = 6+140+183=329 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.82% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 183 (71.88% from 255 or 55.62% from 329); Max value from RGB is 183 - color contains mainly: blue. Hex color #068CB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068CB7 is #F97348. Grayscale: #686868. Windows color (decimal): -16347977 or 12028934. OLE color: 12028934.

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

Color convert

RGB6140183-
CMYK0.970.2300.28
HSL194.58º93.65%37.06%-
HSV(B)194.58º96.72%71.76%-
XYZ1822.2148.14-
YUV104.84172.1157.5-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.82%
GREEN value IS 140 (55.08% from 255) = 42.55%
BLUE value IS 183 (71.88% from 255) = 55.62%
R=1.82%
G=42.55%
B=55.62%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal61401830.970.2300.28194.5893.6537.06
Hex68CB7611701Cc35e25
Octal62142671412703430313645
Binary1101000110010110111110000110111011100110000111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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