Html Css Color HEX #649ED6 Picton Blue

📋 copy color: '#649ED6'

red 100 ◦ green 158 ◦ blue 214

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

Shades of Picton Blue #649ED6

Tints of Picton Blue #649ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.34%

R = 21.19%
G = 33.47%
B = 45.34%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#649ED6 (or 0x649ED6) is known color: Picton Blue. HEX triplet: 64, 9E and D6. RGB value is (100,158,214). Sum of RGB (Red+Green+Blue) = 100+158+214=472 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.19% from 472); Green value is 158 (62.11% from 255 or 33.47% from 472); Blue value is 214 (83.98% from 255 or 45.34% from 472); Max value from RGB is 214 - color contains mainly: blue. Hex color #649ED6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649ED6 is #9B6129. Grayscale: #929292. Windows color (decimal): -10182954 or 14065252. OLE color: 14065252.

HSL color Cylindrical-coordinate representation of color #649ED6: hue angle of 209.47º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #649ED6 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 158 214 -
CMYK 0.53 0.26 0 0.16
HSL 209.47º 0.58% 0.62% -
HSV(B) 209.47º 0.53% 0.84% -
XYZ 29.62 32.02 68.24 -
YUV 147.04 165.78 94.45 -
System Red Green Blue C M Y K H S L
Decimal 100 158 214 0.53 0.26 0 0.16 209.47 0.58 0.62
Hex 64 9E D6 35 1A 0 10 D1 3A 3E
Octal 144 236 326 65 32 0 20 321 72 76
Binary 1100100 10011110 11010110 110101 11010 0 10000 11010001 111010 111110

Color Harmonies of #649ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649ED6

Black with #649ED6

Text Example


Text Example

White with #649ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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