Html Css Color HEX #648FD9 Cornflower Blue

📋 copy color: '#648FD9'

red 100 ◦ green 143 ◦ blue 217

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

Shades of Cornflower Blue #648FD9

Tints of Cornflower Blue #648FD9

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.09%

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

R = 21.74%
G = 31.09%
B = 47.17%

CMYK

 C value IS 0.54

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#648FD9 (or 0x648FD9) is known color: Cornflower Blue. HEX triplet: 64, 8F and D9. RGB value is (100,143,217). Sum of RGB (Red+Green+Blue) = 100+143+217=460 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.74% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 217 (85.16% from 255 or 47.17% from 460); Max value from RGB is 217 - color contains mainly: blue. Hex color #648FD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648FD9 is #9B7026. Grayscale: #8A8A8A. Windows color (decimal): -10186791 or 14258020. OLE color: 14258020.

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

Color convert

RGB 100 143 217 -
CMYK 0.54 0.34 0 0.15
HSL 217.95º 0.61% 0.62% -
HSV(B) 217.95º 0.54% 0.85% -
XYZ 27.6 27.36 69.47 -
YUV 138.58 172.25 100.48 -
System Red Green Blue C M Y K H S L
Decimal 100 143 217 0.54 0.34 0 0.15 217.95 0.61 0.62
Hex 64 8F D9 36 22 0 F DA 3D 3E
Octal 144 217 331 66 42 0 17 332 75 76
Binary 1100100 10001111 11011001 110110 100010 0 1111 11011010 111101 111110

Color Harmonies of #648FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648FD9

Black with #648FD9

Text Example


Text Example

White with #648FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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