Html Css Color HEX #649ADA Picton Blue

📋 copy color: '#649ADA'

red 100 ◦ green 154 ◦ blue 218

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

Shades of Picton Blue #649ADA

Tints of Picton Blue #649ADA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.63%

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

R = 21.19%
G = 32.63%
B = 46.19%

CMYK

 C value IS 0.54

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#649ADA (or 0x649ADA) is known color: Picton Blue. HEX triplet: 64, 9A and DA. RGB value is (100,154,218). Sum of RGB (Red+Green+Blue) = 100+154+218=472 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.19% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #649ADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649ADA is #9B6525. Grayscale: #909090. Windows color (decimal): -10183974 or 14326372. OLE color: 14326372.

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

Color convert

RGB 100 154 218 -
CMYK 0.54 0.29 0 0.15
HSL 212.54º 0.61% 0.62% -
HSV(B) 212.54º 0.54% 0.85% -
XYZ 29.47 30.88 70.74 -
YUV 145.15 169.11 95.8 -
System Red Green Blue C M Y K H S L
Decimal 100 154 218 0.54 0.29 0 0.15 212.54 0.61 0.62
Hex 64 9A DA 36 1D 0 F D5 3D 3E
Octal 144 232 332 66 35 0 17 325 75 76
Binary 1100100 10011010 11011010 110110 11101 0 1111 11010101 111101 111110

Color Harmonies of #649ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649ADA

Black with #649ADA

Text Example


Text Example

White with #649ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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