Html Css Color HEX #649CE3 Cornflower Blue

📋 copy color: '#649CE3'

red 100 ◦ green 156 ◦ blue 227

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

Shades of Cornflower Blue #649CE3

Tints of Cornflower Blue #649CE3

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.3%

 BLUE value IS 227 (89.06% from 255) = 47%

R = 20.7%
G = 32.3%
B = 47%

CMYK

 C value IS 0.56

 M value IS 0.31

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#649CE3 (or 0x649CE3) is known color: Cornflower Blue. HEX triplet: 64, 9C and E3. RGB value is (100,156,227). Sum of RGB (Red+Green+Blue) = 100+156+227=483 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.70% from 483); Green value is 156 (61.33% from 255 or 32.30% from 483); Blue value is 227 (89.06% from 255 or 47.00% from 483); Max value from RGB is 227 - color contains mainly: blue. Hex color #649CE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649CE3 is #9B631C. Grayscale: #939393. Windows color (decimal): -10183453 or 14916708. OLE color: 14916708.

HSL color Cylindrical-coordinate representation of color #649CE3: hue angle of 213.54º degrees, saturation: 0.69, 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 #649CE3 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 100 156 227 -
CMYK 0.56 0.31 0 0.11
HSL 213.54º 0.69% 0.64% -
HSV(B) 213.54º 0.56% 0.89% -
XYZ 31.01 32.03 77.22 -
YUV 147.35 172.95 94.23 -
System Red Green Blue C M Y K H S L
Decimal 100 156 227 0.56 0.31 0 0.11 213.54 0.69 0.64
Hex 64 9C E3 38 1F 0 B D6 45 40
Octal 144 234 343 70 37 0 13 326 105 100
Binary 1100100 10011100 11100011 111000 11111 0 1011 11010110 1000101 1000000

Color Harmonies of #649CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649CE3

Black with #649CE3

Text Example


Text Example

White with #649CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649CE3; }

 p { color: rgb(100,156,227); }

 H1.HeaderClassName
 {
   color: #649CE3;
 }
 .AnyTagClassName
 {
   color: #649CE3;
 }
</style>

background-color css

<style>
 a { background-color: #649CE3; }

 a { background-color: rgb(100,156,227); }

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

border-color css

<style>
 span { border-color: #649CE3; }

 span { border-color: rgb(100,156,227); }

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