Html Css Color HEX #648CDC Cornflower Blue

📋 copy color: '#648CDC'

red 100 ◦ green 140 ◦ blue 220

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

Shades of Cornflower Blue #648CDC

Tints of Cornflower Blue #648CDC

RGB

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

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

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

R = 21.74%
G = 30.43%
B = 47.83%

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

#648CDC (or 0x648CDC) is known color: Cornflower Blue. HEX triplet: 64, 8C and DC. RGB value is (100,140,220). Sum of RGB (Red+Green+Blue) = 100+140+220=460 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.74% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #648CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648CDC is #9B7323. Grayscale: #888888. Windows color (decimal): -10187556 or 14453860. OLE color: 14453860.

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

Color convert

RGB 100 140 220 -
CMYK 0.55 0.36 0 0.14
HSL 220º 0.63% 0.63% -
HSV(B) 220º 0.55% 0.86% -
XYZ 27.55 26.63 71.4 -
YUV 137.16 174.75 101.5 -
System Red Green Blue C M Y K H S L
Decimal 100 140 220 0.55 0.36 0 0.14 220 0.63 0.63
Hex 64 8C DC 37 24 0 E DC 3F 3F
Octal 144 214 334 67 44 0 16 334 77 77
Binary 1100100 10001100 11011100 110111 100100 0 1110 11011100 111111 111111

Color Harmonies of #648CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648CDC

Black with #648CDC

Text Example


Text Example

White with #648CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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