Html Css Color HEX #0681BC Cerulean

📋 copy color: '#0681BC'

red 6 ◦ green 129 ◦ blue 188

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

Shades of Cerulean #0681BC

Tints of Cerulean #0681BC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.94%

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

R = 1.86%
G = 39.94%
B = 58.2%

CMYK

 C value IS 0.97

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0681BC (or 0x0681BC) is known color: Cerulean. HEX triplet: 06, 81 and BC. RGB value is (6,129,188). Sum of RGB (Red+Green+Blue) = 6+129+188=323 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #0681BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0681BC is #F97E43. Grayscale: #626262. Windows color (decimal): -16350788 or 12353798. OLE color: 12353798.

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

Color convert

RGB 6 129 188 -
CMYK 0.97 0.31 0 0.26
HSL 199.45º 0.94% 0.38% -
HSV(B) 199.45º 0.97% 0.74% -
XYZ 17 19.37 50.42 -
YUV 98.95 178.25 61.7 -
System Red Green Blue C M Y K H S L
Decimal 6 129 188 0.97 0.31 0 0.26 199.45 0.94 0.38
Hex 6 81 BC 61 1F 0 1A C7 5E 26
Octal 6 201 274 141 37 0 32 307 136 46
Binary 110 10000001 10111100 1100001 11111 0 11010 11000111 1011110 100110

Color Harmonies of #0681BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0681BC

Black with #0681BC

Text Example


Text Example

White with #0681BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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