#0683BB

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

Shades of Bondi Blue #0683BB

Tints of Bondi Blue #0683BB

Color information

#0683BB (or 0x0683BB) is unknown color: approx Bondi Blue. HEX triplet: 06, 83 and BB. RGB value is (6,131,187). Sum of RGB (Red+Green+Blue) = 6+131+187=324 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 187 (73.44% from 255 or 57.72% from 324); Max value from RGB is 187 - color contains mainly: blue. Hex color #0683BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0683BB is #F97C44. Grayscale: #636363. Windows color (decimal): -16350277 or 12288774. OLE color: 12288774.

HSL color Cylindrical-coordinate representation of color #0683BB: hue angle of 198.56º 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 #0683BB is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6131187-
CMYK0.970.3000.27
HSL198.56º93.78%37.84%-
HSV(B)198.56º96.79%73.33%-
XYZ17.1619.8649.94-
YUV100.01177.0960.95-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.85%
GREEN value IS 131 (51.56% from 255) = 40.43%
BLUE value IS 187 (73.44% from 255) = 57.72%
R=1.85%
G=40.43%
B=57.72%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61311870.970.3000.27198.5693.7837.84
Hex683BB611E01Bc75e26
Octal62032731413603330713646
Binary1101000001110111011110000111110011011110001111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0683BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0683BB; }

 p { color: rgb(6,131,187); }

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

<style>
 a { background-color: #0683BB; }

 a { background-color: rgb(6,131,187); }

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

<style>
 span { border-color: #0683BB; }

 span { border-color: rgb(6,131,187); }

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