Html Css Color HEX #648CEE Cornflower Blue

📋 copy color: '#648CEE'

red 100 ◦ green 140 ◦ blue 238

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

Shades of Cornflower Blue #648CEE

Tints of Cornflower Blue #648CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.79%

R = 20.92%
G = 29.29%
B = 49.79%

CMYK

 C value IS 0.58

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#648CEE (or 0x648CEE) is known color: Cornflower Blue. HEX triplet: 64, 8C and EE. RGB value is (100,140,238). Sum of RGB (Red+Green+Blue) = 100+140+238=478 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.92% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #648CEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648CEE is #9B7311. Grayscale: #8A8A8A. Windows color (decimal): -10187538 or 15633508. OLE color: 15633508.

HSL color Cylindrical-coordinate representation of color #648CEE: hue angle of 222.61º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #648CEE is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 140 238 -
CMYK 0.58 0.41 0 0.07
HSL 222.61º 0.8% 0.66% -
HSV(B) 222.61º 0.58% 0.93% -
XYZ 30.07 27.64 84.64 -
YUV 139.21 183.75 100.03 -
System Red Green Blue C M Y K H S L
Decimal 100 140 238 0.58 0.41 0 0.07 222.61 0.8 0.66
Hex 64 8C EE 3A 29 0 7 DF 50 42
Octal 144 214 356 72 51 0 7 337 120 102
Binary 1100100 10001100 11101110 111010 101001 0 111 11011111 1010000 1000010

Color Harmonies of #648CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648CEE

Black with #648CEE

Text Example


Text Example

White with #648CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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