Html Css Color HEX #649CD5 Picton Blue

📋 copy color: '#649CD5'

red 100 ◦ green 156 ◦ blue 213

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

Shades of Picton Blue #649CD5

Tints of Picton Blue #649CD5

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.26%

 BLUE value IS 213 (83.59% from 255) = 45.42%

R = 21.32%
G = 33.26%
B = 45.42%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#649CD5 (or 0x649CD5) is known color: Picton Blue. HEX triplet: 64, 9C and D5. RGB value is (100,156,213). Sum of RGB (Red+Green+Blue) = 100+156+213=469 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.32% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 213 (83.59% from 255 or 45.42% from 469); Max value from RGB is 213 - color contains mainly: blue. Hex color #649CD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649CD5 is #9B632A. Grayscale: #919191. Windows color (decimal): -10183467 or 13999204. OLE color: 13999204.

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

Color convert

RGB 100 156 213 -
CMYK 0.53 0.27 0 0.16
HSL 210.27º 0.57% 0.61% -
HSV(B) 210.27º 0.53% 0.84% -
XYZ 29.15 31.29 67.45 -
YUV 145.75 165.95 95.37 -
System Red Green Blue C M Y K H S L
Decimal 100 156 213 0.53 0.27 0 0.16 210.27 0.57 0.61
Hex 64 9C D5 35 1B 0 10 D2 39 3D
Octal 144 234 325 65 33 0 20 322 71 75
Binary 1100100 10011100 11010101 110101 11011 0 10000 11010010 111001 111101

Color Harmonies of #649CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649CD5

Black with #649CD5

Text Example


Text Example

White with #649CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,156,213); }

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

background-color css

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

 a { background-color: rgb(100,156,213); }

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

border-color css

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

 span { border-color: rgb(100,156,213); }

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