Html Css Color HEX #649FDA Picton Blue

📋 copy color: '#649FDA'

red 100 ◦ green 159 ◦ blue 218

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

Shades of Picton Blue #649FDA

Tints of Picton Blue #649FDA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.33%

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

R = 20.96%
G = 33.33%
B = 45.7%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#649FDA (or 0x649FDA) is known color: Picton Blue. HEX triplet: 64, 9F and DA. RGB value is (100,159,218). Sum of RGB (Red+Green+Blue) = 100+159+218=477 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.96% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #649FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649FDA is #9B6025. Grayscale: #939393. Windows color (decimal): -10182694 or 14327652. OLE color: 14327652.

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

Color convert

RGB 100 159 218 -
CMYK 0.54 0.27 0 0.15
HSL 210º 0.61% 0.62% -
HSV(B) 210º 0.54% 0.85% -
XYZ 30.31 32.57 71.02 -
YUV 148.09 167.45 93.7 -
System Red Green Blue C M Y K H S L
Decimal 100 159 218 0.54 0.27 0 0.15 210 0.61 0.62
Hex 64 9F DA 36 1B 0 F D2 3D 3E
Octal 144 237 332 66 33 0 17 322 75 76
Binary 1100100 10011111 11011010 110110 11011 0 1111 11010010 111101 111110

Color Harmonies of #649FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649FDA

Black with #649FDA

Text Example


Text Example

White with #649FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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