Html Css Color HEX #0680BE Cerulean

📋 copy color: '#0680BE'

red 6 ◦ green 128 ◦ blue 190

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

Shades of Cerulean #0680BE

Tints of Cerulean #0680BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 58.64%

R = 1.85%
G = 39.51%
B = 58.64%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0680BE (or 0x0680BE) is known color: Cerulean. HEX triplet: 06, 80 and BE. RGB value is (6,128,190). Sum of RGB (Red+Green+Blue) = 6+128+190=324 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 190 (74.61% from 255 or 58.64% from 324); Max value from RGB is 190 - color contains mainly: blue. Hex color #0680BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0680BE is #F97F41. Grayscale: #626262. Windows color (decimal): -16351042 or 12484614. OLE color: 12484614.

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

Color convert

RGB 6 128 190 -
CMYK 0.97 0.33 0 0.25
HSL 200.22º 0.94% 0.38% -
HSV(B) 200.22º 0.97% 0.75% -
XYZ 17.09 19.19 51.52 -
YUV 98.59 179.58 61.96 -
System Red Green Blue C M Y K H S L
Decimal 6 128 190 0.97 0.33 0 0.25 200.22 0.94 0.38
Hex 6 80 BE 61 21 0 19 C8 5E 26
Octal 6 200 276 141 41 0 31 310 136 46
Binary 110 10000000 10111110 1100001 100001 0 11001 11001000 1011110 100110

Color Harmonies of #0680BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0680BE

Black with #0680BE

Text Example


Text Example

White with #0680BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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