Html Css Color HEX #0684CE Pacific Blue

📋 copy color: '#0684CE'

red 6 ◦ green 132 ◦ blue 206

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

Shades of Pacific Blue #0684CE

Tints of Pacific Blue #0684CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 59.88%

R = 1.74%
G = 38.37%
B = 59.88%

CMYK

 C value IS 0.97

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0684CE (or 0x0684CE) is known color: Pacific Blue. HEX triplet: 06, 84 and CE. RGB value is (6,132,206). Sum of RGB (Red+Green+Blue) = 6+132+206=344 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 206 (80.86% from 255 or 59.88% from 344); Max value from RGB is 206 - color contains mainly: blue. Hex color #0684CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0684CE is #F97B31. Grayscale: #666666. Windows color (decimal): -16350002 or 13534214. OLE color: 13534214.

HSL color Cylindrical-coordinate representation of color #0684CE: hue angle of 202.2º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0684CE is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 6 132 206 -
CMYK 0.97 0.36 0 0.19
HSL 202.2º 0.94% 0.42% -
HSV(B) 202.2º 0.97% 0.81% -
XYZ 19.47 21 61.42 -
YUV 102.76 186.26 58.98 -
System Red Green Blue C M Y K H S L
Decimal 6 132 206 0.97 0.36 0 0.19 202.2 0.94 0.42
Hex 6 84 CE 61 24 0 13 CA 5E 2A
Octal 6 204 316 141 44 0 23 312 136 52
Binary 110 10000100 11001110 1100001 100100 0 10011 11001010 1011110 101010

Color Harmonies of #0684CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0684CE

Black with #0684CE

Text Example


Text Example

White with #0684CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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