Html Css Color HEX #0684AB Cerulean

📋 copy color: '#0684AB'

red 6 ◦ green 132 ◦ blue 171

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

Shades of Cerulean #0684AB

Tints of Cerulean #0684AB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.72%

 BLUE value IS 171 (67.19% from 255) = 55.34%

R = 1.94%
G = 42.72%
B = 55.34%

CMYK

 C value IS 0.96

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0684AB (or 0x0684AB) is known color: Cerulean. HEX triplet: 06, 84 and AB. RGB value is (6,132,171). Sum of RGB (Red+Green+Blue) = 6+132+171=309 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #0684AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0684AB is #F97B54. Grayscale: #626262. Windows color (decimal): -16350037 or 11240454. OLE color: 11240454.

HSL color Cylindrical-coordinate representation of color #0684AB: hue angle of 194.18º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0684AB is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 132 171 -
CMYK 0.96 0.23 0 0.33
HSL 194.18º 0.93% 0.35% -
HSV(B) 194.18º 0.96% 0.67% -
XYZ 15.68 19.48 41.46 -
YUV 98.77 168.76 61.83 -
System Red Green Blue C M Y K H S L
Decimal 6 132 171 0.96 0.23 0 0.33 194.18 0.93 0.35
Hex 6 84 AB 60 17 0 21 C2 5D 23
Octal 6 204 253 140 27 0 41 302 135 43
Binary 110 10000100 10101011 1100000 10111 0 100001 11000010 1011101 100011

Color Harmonies of #0684AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0684AB

Black with #0684AB

Text Example


Text Example

White with #0684AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0684AB; }

 p { color: rgb(6,132,171); }

 H1.HeaderClassName
 {
   color: #0684AB;
 }
 .AnyTagClassName
 {
   color: #0684AB;
 }
</style>

background-color css

<style>
 a { background-color: #0684AB; }

 a { background-color: rgb(6,132,171); }

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

border-color css

<style>
 span { border-color: #0684AB; }

 span { border-color: rgb(6,132,171); }

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