Html Css Color HEX #649EDD Picton Blue

📋 copy color: '#649EDD'

red 100 ◦ green 158 ◦ blue 221

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

Shades of Picton Blue #649EDD

Tints of Picton Blue #649EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.14%

R = 20.88%
G = 32.99%
B = 46.14%

CMYK

 C value IS 0.55

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#649EDD (or 0x649EDD) is known color: Picton Blue. HEX triplet: 64, 9E and DD. RGB value is (100,158,221). Sum of RGB (Red+Green+Blue) = 100+158+221=479 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.88% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #649EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649EDD is #9B6122. Grayscale: #939393. Windows color (decimal): -10182947 or 14524004. OLE color: 14524004.

HSL color Cylindrical-coordinate representation of color #649EDD: hue angle of 211.24º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #649EDD is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 158 221 -
CMYK 0.55 0.29 0 0.13
HSL 211.24º 0.64% 0.63% -
HSV(B) 211.24º 0.55% 0.87% -
XYZ 30.53 32.38 73.05 -
YUV 147.84 169.28 93.88 -
System Red Green Blue C M Y K H S L
Decimal 100 158 221 0.55 0.29 0 0.13 211.24 0.64 0.63
Hex 64 9E DD 37 1D 0 D D3 40 3F
Octal 144 236 335 67 35 0 15 323 100 77
Binary 1100100 10011110 11011101 110111 11101 0 1101 11010011 1000000 111111

Color Harmonies of #649EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649EDD

Black with #649EDD

Text Example


Text Example

White with #649EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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