Html Css Color HEX #648CE4 Cornflower Blue

📋 copy color: '#648CE4'

red 100 ◦ green 140 ◦ blue 228

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

Shades of Cornflower Blue #648CE4

Tints of Cornflower Blue #648CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 48.72%

R = 21.37%
G = 29.91%
B = 48.72%

CMYK

 C value IS 0.56

 M value IS 0.39

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#648CE4 (or 0x648CE4) is known color: Cornflower Blue. HEX triplet: 64, 8C and E4. RGB value is (100,140,228). Sum of RGB (Red+Green+Blue) = 100+140+228=468 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.37% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 228 (89.45% from 255 or 48.72% from 468); Max value from RGB is 228 - color contains mainly: blue. Hex color #648CE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648CE4 is #9B731B. Grayscale: #898989. Windows color (decimal): -10187548 or 14978148. OLE color: 14978148.

HSL color Cylindrical-coordinate representation of color #648CE4: hue angle of 221.25º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #648CE4 is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 100 140 228 -
CMYK 0.56 0.39 0 0.11
HSL 221.25º 0.7% 0.64% -
HSV(B) 221.25º 0.56% 0.89% -
XYZ 28.64 27.07 77.11 -
YUV 138.07 178.75 100.84 -
System Red Green Blue C M Y K H S L
Decimal 100 140 228 0.56 0.39 0 0.11 221.25 0.7 0.64
Hex 64 8C E4 38 27 0 B DD 46 40
Octal 144 214 344 70 47 0 13 335 106 100
Binary 1100100 10001100 11100100 111000 100111 0 1011 11011101 1000110 1000000

Color Harmonies of #648CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648CE4

Black with #648CE4

Text Example


Text Example

White with #648CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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