Html Css Color HEX #649DDD Picton Blue

📋 copy color: '#649DDD'

red 100 ◦ green 157 ◦ blue 221

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

Shades of Picton Blue #649DDD

Tints of Picton Blue #649DDD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.85%

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

R = 20.92%
G = 32.85%
B = 46.23%

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

#649DDD (or 0x649DDD) is known color: Picton Blue. HEX triplet: 64, 9D and DD. RGB value is (100,157,221). Sum of RGB (Red+Green+Blue) = 100+157+221=478 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.92% from 478); Green value is 157 (61.72% from 255 or 32.85% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #649DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649DDD is #9B6222. Grayscale: #929292. Windows color (decimal): -10183203 or 14523748. OLE color: 14523748.

HSL color Cylindrical-coordinate representation of color #649DDD: hue angle of 211.74º 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 #649DDD is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 157 221 -
CMYK 0.55 0.29 0 0.13
HSL 211.74º 0.64% 0.63% -
HSV(B) 211.74º 0.55% 0.87% -
XYZ 30.36 32.04 72.99 -
YUV 147.25 169.62 94.3 -
System Red Green Blue C M Y K H S L
Decimal 100 157 221 0.55 0.29 0 0.13 211.74 0.64 0.63
Hex 64 9D DD 37 1D 0 D D4 40 3F
Octal 144 235 335 67 35 0 15 324 100 77
Binary 1100100 10011101 11011101 110111 11101 0 1101 11010100 1000000 111111

Color Harmonies of #649DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649DDD

Black with #649DDD

Text Example


Text Example

White with #649DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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