Html Css Color HEX #648EE7 Cornflower Blue

📋 copy color: '#648EE7'

red 100 ◦ green 142 ◦ blue 231

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

Shades of Cornflower Blue #648EE7

Tints of Cornflower Blue #648EE7

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.02%

 BLUE value IS 231 (90.63% from 255) = 48.84%

R = 21.14%
G = 30.02%
B = 48.84%

CMYK

 C value IS 0.57

 M value IS 0.39

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#648EE7 (or 0x648EE7) is known color: Cornflower Blue. HEX triplet: 64, 8E and E7. RGB value is (100,142,231). Sum of RGB (Red+Green+Blue) = 100+142+231=473 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.14% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 231 (90.62% from 255 or 48.84% from 473); Max value from RGB is 231 - color contains mainly: blue. Hex color #648EE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648EE7 is #9B7118. Grayscale: #8B8B8B. Windows color (decimal): -10187033 or 15175268. OLE color: 15175268.

HSL color Cylindrical-coordinate representation of color #648EE7: hue angle of 220.76º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #648EE7 is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 100 142 231 -
CMYK 0.57 0.39 0 0.09
HSL 220.76º 0.73% 0.65% -
HSV(B) 220.76º 0.57% 0.91% -
XYZ 29.35 27.82 79.43 -
YUV 139.59 179.59 99.76 -
System Red Green Blue C M Y K H S L
Decimal 100 142 231 0.57 0.39 0 0.09 220.76 0.73 0.65
Hex 64 8E E7 39 27 0 9 DD 49 41
Octal 144 216 347 71 47 0 11 335 111 101
Binary 1100100 10001110 11100111 111001 100111 0 1001 11011101 1001001 1000001

Color Harmonies of #648EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648EE7

Black with #648EE7

Text Example


Text Example

White with #648EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,142,231); }

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

background-color css

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

 a { background-color: rgb(100,142,231); }

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

border-color css

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

 span { border-color: rgb(100,142,231); }

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