Html Css Color HEX #0685BC Bondi Blue

📋 copy color: '#0685BC'

red 6 ◦ green 133 ◦ blue 188

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

Shades of Bondi Blue #0685BC

Tints of Bondi Blue #0685BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 57.49%

R = 1.83%
G = 40.67%
B = 57.49%

CMYK

 C value IS 0.97

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0685BC (or 0x0685BC) is known color: Bondi Blue. HEX triplet: 06, 85 and BC. RGB value is (6,133,188). Sum of RGB (Red+Green+Blue) = 6+133+188=327 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.83% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 188 (73.83% from 255 or 57.49% from 327); Max value from RGB is 188 - color contains mainly: blue. Hex color #0685BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0685BC is #F97A43. Grayscale: #646464. Windows color (decimal): -16349764 or 12354822. OLE color: 12354822.

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

Color convert

RGB 6 133 188 -
CMYK 0.97 0.29 0 0.26
HSL 198.13º 0.94% 0.38% -
HSV(B) 198.13º 0.97% 0.74% -
XYZ 17.54 20.44 50.6 -
YUV 101.3 176.92 60.03 -
System Red Green Blue C M Y K H S L
Decimal 6 133 188 0.97 0.29 0 0.26 198.13 0.94 0.38
Hex 6 85 BC 61 1D 0 1A C6 5E 26
Octal 6 205 274 141 35 0 32 306 136 46
Binary 110 10000101 10111100 1100001 11101 0 11010 11000110 1011110 100110

Color Harmonies of #0685BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0685BC

Black with #0685BC

Text Example


Text Example

White with #0685BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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