Html Css Color HEX #0684AD Cerulean

📋 copy color: '#0684AD'

red 6 ◦ green 132 ◦ blue 173

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

Shades of Cerulean #0684AD

Tints of Cerulean #0684AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 55.63%

R = 1.93%
G = 42.44%
B = 55.63%

CMYK

 C value IS 0.97

 M value IS 0.24

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0684AD (or 0x0684AD) is known color: Cerulean. HEX triplet: 06, 84 and AD. RGB value is (6,132,173). Sum of RGB (Red+Green+Blue) = 6+132+173=311 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.93% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #0684AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0684AD is #F97B52. Grayscale: #626262. Windows color (decimal): -16350035 or 11371526. OLE color: 11371526.

HSL color Cylindrical-coordinate representation of color #0684AD: hue angle of 194.73º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0684AD is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 6 132 173 -
CMYK 0.97 0.24 0 0.32
HSL 194.73º 0.93% 0.35% -
HSV(B) 194.73º 0.97% 0.68% -
XYZ 15.87 19.56 42.47 -
YUV 99 169.76 61.67 -
System Red Green Blue C M Y K H S L
Decimal 6 132 173 0.97 0.24 0 0.32 194.73 0.93 0.35
Hex 6 84 AD 61 18 0 20 C3 5D 23
Octal 6 204 255 141 30 0 40 303 135 43
Binary 110 10000100 10101101 1100001 11000 0 100000 11000011 1011101 100011

Color Harmonies of #0684AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0684AD

Black with #0684AD

Text Example


Text Example

White with #0684AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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