Html Css Color HEX #648DDC Cornflower Blue

📋 copy color: '#648DDC'

red 100 ◦ green 141 ◦ blue 220

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

Shades of Cornflower Blue #648DDC

Tints of Cornflower Blue #648DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.72%

R = 21.69%
G = 30.59%
B = 47.72%

CMYK

 C value IS 0.55

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#648DDC (or 0x648DDC) is known color: Cornflower Blue. HEX triplet: 64, 8D and DC. RGB value is (100,141,220). Sum of RGB (Red+Green+Blue) = 100+141+220=461 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.69% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #648DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648DDC is #9B7223. Grayscale: #898989. Windows color (decimal): -10187300 or 14454116. OLE color: 14454116.

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

Color convert

RGB 100 141 220 -
CMYK 0.55 0.36 0 0.14
HSL 219.5º 0.63% 0.63% -
HSV(B) 219.5º 0.55% 0.86% -
XYZ 27.7 26.93 71.45 -
YUV 137.75 174.42 101.08 -
System Red Green Blue C M Y K H S L
Decimal 100 141 220 0.55 0.36 0 0.14 219.5 0.63 0.63
Hex 64 8D DC 37 24 0 E DC 3F 3F
Octal 144 215 334 67 44 0 16 334 77 77
Binary 1100100 10001101 11011100 110111 100100 0 1110 11011100 111111 111111

Color Harmonies of #648DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648DDC

Black with #648DDC

Text Example


Text Example

White with #648DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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