Html Css Color HEX #0685C0 Bondi Blue

📋 copy color: '#0685C0'

red 6 ◦ green 133 ◦ blue 192

#0685C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bondi Blue #0685C0

Tints of Bondi Blue #0685C0

RGB

 RED value IS 6 (2.73% from 255) = 1.81%

 GREEN value IS 133 (52.34% from 255) = 40.18%

 BLUE value IS 192 (75.39% from 255) = 58.01%

R = 1.81%
G = 40.18%
B = 58.01%

CMYK

 C value IS 0.97

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0685C0 (or 0x0685C0) is known color: Bondi Blue. HEX triplet: 06, 85 and C0. RGB value is (6,133,192). Sum of RGB (Red+Green+Blue) = 6+133+192=331 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 192 (75.39% from 255 or 58.01% from 331); Max value from RGB is 192 - color contains mainly: blue. Hex color #0685C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0685C0 is #F97A3F. Grayscale: #656565. Windows color (decimal): -16349760 or 12616966. OLE color: 12616966.

HSL color Cylindrical-coordinate representation of color #0685C0: hue angle of 199.03º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0685C0 is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 133 192 -
CMYK 0.97 0.31 0 0.25
HSL 199.03º 0.94% 0.39% -
HSV(B) 199.03º 0.97% 0.75% -
XYZ 17.98 20.62 52.9 -
YUV 101.75 178.92 59.7 -
System Red Green Blue C M Y K H S L
Decimal 6 133 192 0.97 0.31 0 0.25 199.03 0.94 0.39
Hex 6 85 C0 61 1F 0 19 C7 5E 27
Octal 6 205 300 141 37 0 31 307 136 47
Binary 110 10000101 11000000 1100001 11111 0 11001 11000111 1011110 100111

Color Harmonies of #0685C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0685C0

Black with #0685C0

Text Example


Text Example

White with #0685C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0685C0; }

 p { color: rgb(6,133,192); }

 H1.HeaderClassName
 {
   color: #0685C0;
 }
 .AnyTagClassName
 {
   color: #0685C0;
 }
</style>

background-color css

<style>
 a { background-color: #0685C0; }

 a { background-color: rgb(6,133,192); }

 div.DivClassName
 {
   background-color: #0685C0;
 }
 .BgClassName
 {
   background-color: #0685C0;
 }
</style>

border-color css

<style>
 span { border-color: #0685C0; }

 span { border-color: rgb(6,133,192); }

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