Html Css Color HEX #0680BA Cerulean

📋 copy color: '#0680BA'

red 6 ◦ green 128 ◦ blue 186

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

Shades of Cerulean #0680BA

Tints of Cerulean #0680BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 58.13%

R = 1.88%
G = 40%
B = 58.13%

CMYK

 C value IS 0.97

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0680BA (or 0x0680BA) is known color: Cerulean. HEX triplet: 06, 80 and BA. RGB value is (6,128,186). Sum of RGB (Red+Green+Blue) = 6+128+186=320 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #0680BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0680BA is #F97F45. Grayscale: #616161. Windows color (decimal): -16351046 or 12222470. OLE color: 12222470.

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

Color convert

RGB 6 128 186 -
CMYK 0.97 0.31 0 0.27
HSL 199.33º 0.94% 0.38% -
HSV(B) 199.33º 0.97% 0.73% -
XYZ 16.66 19.02 49.25 -
YUV 98.13 177.58 62.28 -
System Red Green Blue C M Y K H S L
Decimal 6 128 186 0.97 0.31 0 0.27 199.33 0.94 0.38
Hex 6 80 BA 61 1F 0 1B C7 5E 26
Octal 6 200 272 141 37 0 33 307 136 46
Binary 110 10000000 10111010 1100001 11111 0 11011 11000111 1011110 100110

Color Harmonies of #0680BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0680BA

Black with #0680BA

Text Example


Text Example

White with #0680BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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