Html Css Color HEX #649ED0 Picton Blue

📋 copy color: '#649ED0'

red 100 ◦ green 158 ◦ blue 208

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

Shades of Picton Blue #649ED0

Tints of Picton Blue #649ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.64%

R = 21.46%
G = 33.91%
B = 44.64%

CMYK

 C value IS 0.52

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#649ED0 (or 0x649ED0) is known color: Picton Blue. HEX triplet: 64, 9E and D0. RGB value is (100,158,208). Sum of RGB (Red+Green+Blue) = 100+158+208=466 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.46% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 208 - color contains mainly: blue. Hex color #649ED0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649ED0 is #9B612F. Grayscale: #929292. Windows color (decimal): -10182960 or 13672036. OLE color: 13672036.

HSL color Cylindrical-coordinate representation of color #649ED0: hue angle of 207.78º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #649ED0 is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 100 158 208 -
CMYK 0.52 0.24 0 0.18
HSL 207.78º 0.53% 0.6% -
HSV(B) 207.78º 0.52% 0.82% -
XYZ 28.87 31.72 64.28 -
YUV 146.36 162.78 94.93 -
System Red Green Blue C M Y K H S L
Decimal 100 158 208 0.52 0.24 0 0.18 207.78 0.53 0.6
Hex 64 9E D0 34 18 0 12 D0 35 3C
Octal 144 236 320 64 30 0 22 320 65 74
Binary 1100100 10011110 11010000 110100 11000 0 10010 11010000 110101 111100

Color Harmonies of #649ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649ED0

Black with #649ED0

Text Example


Text Example

White with #649ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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