Html Css Color HEX #648CDE Cornflower Blue

📋 copy color: '#648CDE'

red 100 ◦ green 140 ◦ blue 222

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

Shades of Cornflower Blue #648CDE

Tints of Cornflower Blue #648CDE

RGB

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

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

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

R = 21.65%
G = 30.3%
B = 48.05%

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

#648CDE (or 0x648CDE) is known color: Cornflower Blue. HEX triplet: 64, 8C and DE. RGB value is (100,140,222). Sum of RGB (Red+Green+Blue) = 100+140+222=462 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.65% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #648CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648CDE is #9B7321. Grayscale: #898989. Windows color (decimal): -10187554 or 14584932. OLE color: 14584932.

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

Color convert

RGB 100 140 222 -
CMYK 0.55 0.37 0 0.13
HSL 220.33º 0.65% 0.63% -
HSV(B) 220.33º 0.55% 0.87% -
XYZ 27.82 26.74 72.8 -
YUV 137.39 175.75 101.33 -
System Red Green Blue C M Y K H S L
Decimal 100 140 222 0.55 0.37 0 0.13 220.33 0.65 0.63
Hex 64 8C DE 37 25 0 D DC 41 3F
Octal 144 214 336 67 45 0 15 334 101 77
Binary 1100100 10001100 11011110 110111 100101 0 1101 11011100 1000001 111111

Color Harmonies of #648CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648CDE

Black with #648CDE

Text Example


Text Example

White with #648CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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