Html Css Color HEX #649ECD Picton Blue

📋 copy color: '#649ECD'

red 100 ◦ green 158 ◦ blue 205

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

Shades of Picton Blue #649ECD

Tints of Picton Blue #649ECD

RGB

 RED value IS 100 (39.45% from 255) = 21.6%

 GREEN value IS 158 (62.11% from 255) = 34.13%

 BLUE value IS 205 (80.47% from 255) = 44.28%

R = 21.6%
G = 34.13%
B = 44.28%

CMYK

 C value IS 0.51

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#649ECD (or 0x649ECD) is known color: Picton Blue. HEX triplet: 64, 9E and CD. RGB value is (100,158,205). Sum of RGB (Red+Green+Blue) = 100+158+205=463 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.60% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #649ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649ECD is #9B6132. Grayscale: #919191. Windows color (decimal): -10182963 or 13475428. OLE color: 13475428.

HSL color Cylindrical-coordinate representation of color #649ECD: hue angle of 206.86º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #649ECD is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 158 205 -
CMYK 0.51 0.23 0 0.20
HSL 206.86º 0.51% 0.6% -
HSV(B) 206.86º 0.51% 0.8% -
XYZ 28.5 31.57 62.35 -
YUV 146.02 161.28 95.18 -
System Red Green Blue C M Y K H S L
Decimal 100 158 205 0.51 0.23 0 0.20 206.86 0.51 0.6
Hex 64 9E CD 33 17 0 14 CF 33 3C
Octal 144 236 315 63 27 0 24 317 63 74
Binary 1100100 10011110 11001101 110011 10111 0 10100 11001111 110011 111100

Color Harmonies of #649ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649ECD

Black with #649ECD

Text Example


Text Example

White with #649ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649ECD; }

 p { color: rgb(100,158,205); }

 H1.HeaderClassName
 {
   color: #649ECD;
 }
 .AnyTagClassName
 {
   color: #649ECD;
 }
</style>

background-color css

<style>
 a { background-color: #649ECD; }

 a { background-color: rgb(100,158,205); }

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

border-color css

<style>
 span { border-color: #649ECD; }

 span { border-color: rgb(100,158,205); }

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