#0684BB

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

Shades of Bondi Blue #0684BB

Tints of Bondi Blue #0684BB

Color information

#0684BB (or 0x0684BB) is unknown color: approx Bondi Blue. HEX triplet: 06, 84 and BB. RGB value is (6,132,187). Sum of RGB (Red+Green+Blue) = 6+132+187=325 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 187 (73.44% from 255 or 57.54% from 325); Max value from RGB is 187 - color contains mainly: blue. Hex color #0684BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0684BB is #F97B44. Grayscale: #646464. Windows color (decimal): -16350021 or 12289030. OLE color: 12289030.

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

Color convert

RGB6132187-
CMYK0.970.2900.27
HSL198.23º93.78%37.84%-
HSV(B)198.23º96.79%73.33%-
XYZ17.320.1349.99-
YUV100.6176.7660.53-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.85%
GREEN value IS 132 (51.95% from 255) = 40.62%
BLUE value IS 187 (73.44% from 255) = 57.54%
R=1.85%
G=40.62%
B=57.54%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61321870.970.2900.27198.2393.7837.84
Hex684BB611D01Bc65e26
Octal62042731413503330613646
Binary1101000010010111011110000111101011011110001101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0684BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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