Html Css Color HEX #0680BC Cerulean

📋 copy color: '#0680BC'

red 6 ◦ green 128 ◦ blue 188

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

Shades of Cerulean #0680BC

Tints of Cerulean #0680BC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.75%

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

R = 1.86%
G = 39.75%
B = 58.39%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0680BC (or 0x0680BC) is known color: Cerulean. HEX triplet: 06, 80 and BC. RGB value is (6,128,188). Sum of RGB (Red+Green+Blue) = 6+128+188=322 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 188 (73.83% from 255 or 58.39% from 322); Max value from RGB is 188 - color contains mainly: blue. Hex color #0680BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0680BC is #F97F43. Grayscale: #626262. Windows color (decimal): -16351044 or 12353542. OLE color: 12353542.

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

Color convert

RGB 6 128 188 -
CMYK 0.97 0.32 0 0.26
HSL 199.78º 0.94% 0.38% -
HSV(B) 199.78º 0.97% 0.74% -
XYZ 16.87 19.11 50.38 -
YUV 98.36 178.58 62.12 -
System Red Green Blue C M Y K H S L
Decimal 6 128 188 0.97 0.32 0 0.26 199.78 0.94 0.38
Hex 6 80 BC 61 20 0 1A C8 5E 26
Octal 6 200 274 141 40 0 32 310 136 46
Binary 110 10000000 10111100 1100001 100000 0 11010 11001000 1011110 100110

Color Harmonies of #0680BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0680BC

Black with #0680BC

Text Example


Text Example

White with #0680BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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