Html Css Color HEX #0684AA Cerulean

📋 copy color: '#0684AA'

red 6 ◦ green 132 ◦ blue 170

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

Shades of Cerulean #0684AA

Tints of Cerulean #0684AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 55.19%

R = 1.95%
G = 42.86%
B = 55.19%

CMYK

 C value IS 0.96

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0684AA (or 0x0684AA) is known color: Cerulean. HEX triplet: 06, 84 and AA. RGB value is (6,132,170). Sum of RGB (Red+Green+Blue) = 6+132+170=308 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 308); Green value is 132 (51.95% from 255 or 42.86% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #0684AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0684AA is #F97B55. Grayscale: #626262. Windows color (decimal): -16350038 or 11174918. OLE color: 11174918.

HSL color Cylindrical-coordinate representation of color #0684AA: hue angle of 193.9º 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 #0684AA is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 132 170 -
CMYK 0.96 0.22 0 0.33
HSL 193.9º 0.93% 0.35% -
HSV(B) 193.9º 0.96% 0.67% -
XYZ 15.58 19.44 40.96 -
YUV 98.66 168.26 61.91 -
System Red Green Blue C M Y K H S L
Decimal 6 132 170 0.96 0.22 0 0.33 193.9 0.93 0.35
Hex 6 84 AA 60 16 0 21 C2 5D 23
Octal 6 204 252 140 26 0 41 302 135 43
Binary 110 10000100 10101010 1100000 10110 0 100001 11000010 1011101 100011

Color Harmonies of #0684AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0684AA

Black with #0684AA

Text Example


Text Example

White with #0684AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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