Html Css Color HEX #648CDD Cornflower Blue

📋 copy color: '#648CDD'

red 100 ◦ green 140 ◦ blue 221

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

Shades of Cornflower Blue #648CDD

Tints of Cornflower Blue #648CDD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.37%

 BLUE value IS 221 (86.72% from 255) = 47.94%

R = 21.69%
G = 30.37%
B = 47.94%

CMYK

 C value IS 0.55

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#648CDD (or 0x648CDD) is known color: Cornflower Blue. HEX triplet: 64, 8C and DD. RGB value is (100,140,221). Sum of RGB (Red+Green+Blue) = 100+140+221=461 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.69% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #648CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648CDD is #9B7322. Grayscale: #888888. Windows color (decimal): -10187555 or 14519396. OLE color: 14519396.

HSL color Cylindrical-coordinate representation of color #648CDD: hue angle of 220.17º degrees, saturation: 0.64, 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 #648CDD is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 140 221 -
CMYK 0.55 0.37 0 0.13
HSL 220.17º 0.64% 0.63% -
HSV(B) 220.17º 0.55% 0.87% -
XYZ 27.68 26.69 72.1 -
YUV 137.27 175.25 101.41 -
System Red Green Blue C M Y K H S L
Decimal 100 140 221 0.55 0.37 0 0.13 220.17 0.64 0.63
Hex 64 8C DD 37 25 0 D DC 40 3F
Octal 144 214 335 67 45 0 15 334 100 77
Binary 1100100 10001100 11011101 110111 100101 0 1101 11011100 1000000 111111

Color Harmonies of #648CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648CDD

Black with #648CDD

Text Example


Text Example

White with #648CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,140,221); }

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

background-color css

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

 a { background-color: rgb(100,140,221); }

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

border-color css

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

 span { border-color: rgb(100,140,221); }

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