Html Css Color HEX #648DDE Cornflower Blue

📋 copy color: '#648DDE'

red 100 ◦ green 141 ◦ blue 222

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

Shades of Cornflower Blue #648DDE

Tints of Cornflower Blue #648DDE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.45%

 BLUE value IS 222 (87.11% from 255) = 47.95%

R = 21.6%
G = 30.45%
B = 47.95%

CMYK

 C value IS 0.55

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#648DDE (or 0x648DDE) is known color: Cornflower Blue. HEX triplet: 64, 8D and DE. RGB value is (100,141,222). Sum of RGB (Red+Green+Blue) = 100+141+222=463 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.60% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #648DDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648DDE is #9B7221. Grayscale: #898989. Windows color (decimal): -10187298 or 14585188. OLE color: 14585188.

HSL color Cylindrical-coordinate representation of color #648DDE: hue angle of 219.84º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #648DDE is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 141 222 -
CMYK 0.55 0.36 0 0.13
HSL 219.84º 0.65% 0.63% -
HSV(B) 219.84º 0.55% 0.87% -
XYZ 27.97 27.03 72.85 -
YUV 137.98 175.42 100.91 -
System Red Green Blue C M Y K H S L
Decimal 100 141 222 0.55 0.36 0 0.13 219.84 0.65 0.63
Hex 64 8D DE 37 24 0 D DC 41 3F
Octal 144 215 336 67 44 0 15 334 101 77
Binary 1100100 10001101 11011110 110111 100100 0 1101 11011100 1000001 111111

Color Harmonies of #648DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648DDE

Black with #648DDE

Text Example


Text Example

White with #648DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,141,222); }

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

background-color css

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

 a { background-color: rgb(100,141,222); }

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

border-color css

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

 span { border-color: rgb(100,141,222); }

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