Html Css Color HEX #649CDA Picton Blue

📋 copy color: '#649CDA'

red 100 ◦ green 156 ◦ blue 218

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

Shades of Picton Blue #649CDA

Tints of Picton Blue #649CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.99%

R = 21.1%
G = 32.91%
B = 45.99%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#649CDA (or 0x649CDA) is known color: Picton Blue. HEX triplet: 64, 9C and DA. RGB value is (100,156,218). Sum of RGB (Red+Green+Blue) = 100+156+218=474 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.10% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #649CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649CDA is #9B6325. Grayscale: #929292. Windows color (decimal): -10183462 or 14326884. OLE color: 14326884.

HSL color Cylindrical-coordinate representation of color #649CDA: hue angle of 211.53º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #649CDA is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 156 218 -
CMYK 0.54 0.28 0 0.15
HSL 211.53º 0.61% 0.62% -
HSV(B) 211.53º 0.54% 0.85% -
XYZ 29.8 31.55 70.85 -
YUV 146.32 168.45 94.96 -
System Red Green Blue C M Y K H S L
Decimal 100 156 218 0.54 0.28 0 0.15 211.53 0.61 0.62
Hex 64 9C DA 36 1C 0 F D4 3D 3E
Octal 144 234 332 66 34 0 17 324 75 76
Binary 1100100 10011100 11011010 110110 11100 0 1111 11010100 111101 111110

Color Harmonies of #649CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649CDA

Black with #649CDA

Text Example


Text Example

White with #649CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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