Html Css Color HEX #648AD9 Cornflower Blue

📋 copy color: '#648AD9'

red 100 ◦ green 138 ◦ blue 217

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

Shades of Cornflower Blue #648AD9

Tints of Cornflower Blue #648AD9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.33%

 BLUE value IS 217 (85.16% from 255) = 47.69%

R = 21.98%
G = 30.33%
B = 47.69%

CMYK

 C value IS 0.54

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#648AD9 (or 0x648AD9) is known color: Cornflower Blue. HEX triplet: 64, 8A and D9. RGB value is (100,138,217). Sum of RGB (Red+Green+Blue) = 100+138+217=455 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.98% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 217 (85.16% from 255 or 47.69% from 455); Max value from RGB is 217 - color contains mainly: blue. Hex color #648AD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648AD9 is #9B7526. Grayscale: #878787. Windows color (decimal): -10188071 or 14256740. OLE color: 14256740.

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

Color convert

RGB 100 138 217 -
CMYK 0.54 0.36 0 0.15
HSL 220.51º 0.61% 0.62% -
HSV(B) 220.51º 0.54% 0.85% -
XYZ 26.87 25.9 69.23 -
YUV 135.64 173.91 102.58 -
System Red Green Blue C M Y K H S L
Decimal 100 138 217 0.54 0.36 0 0.15 220.51 0.61 0.62
Hex 64 8A D9 36 24 0 F DD 3D 3E
Octal 144 212 331 66 44 0 17 335 75 76
Binary 1100100 10001010 11011001 110110 100100 0 1111 11011101 111101 111110

Color Harmonies of #648AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648AD9

Black with #648AD9

Text Example


Text Example

White with #648AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648AD9; }

 p { color: rgb(100,138,217); }

 H1.HeaderClassName
 {
   color: #648AD9;
 }
 .AnyTagClassName
 {
   color: #648AD9;
 }
</style>

background-color css

<style>
 a { background-color: #648AD9; }

 a { background-color: rgb(100,138,217); }

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

border-color css

<style>
 span { border-color: #648AD9; }

 span { border-color: rgb(100,138,217); }

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