Html Css Color HEX #6493EB Cornflower Blue

📋 copy color: '#6493EB'

red 100 ◦ green 147 ◦ blue 235

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

Shades of Cornflower Blue #6493EB

Tints of Cornflower Blue #6493EB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.5%

 BLUE value IS 235 (92.19% from 255) = 48.76%

R = 20.75%
G = 30.5%
B = 48.76%

CMYK

 C value IS 0.57

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6493EB (or 0x6493EB) is known color: Cornflower Blue. HEX triplet: 64, 93 and EB. RGB value is (100,147,235). Sum of RGB (Red+Green+Blue) = 100+147+235=482 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.75% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #6493EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6493EB is #9B6C14. Grayscale: #8E8E8E. Windows color (decimal): -10185749 or 15438692. OLE color: 15438692.

HSL color Cylindrical-coordinate representation of color #6493EB: hue angle of 219.11º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6493EB is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 147 235 -
CMYK 0.57 0.37 0 0.08
HSL 219.11º 0.77% 0.66% -
HSV(B) 219.11º 0.57% 0.92% -
XYZ 30.68 29.57 82.69 -
YUV 142.98 179.93 97.34 -
System Red Green Blue C M Y K H S L
Decimal 100 147 235 0.57 0.37 0 0.08 219.11 0.77 0.66
Hex 64 93 EB 39 25 0 8 DB 4D 42
Octal 144 223 353 71 45 0 10 333 115 102
Binary 1100100 10010011 11101011 111001 100101 0 1000 11011011 1001101 1000010

Color Harmonies of #6493EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6493EB

Black with #6493EB

Text Example


Text Example

White with #6493EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6493EB; }

 p { color: rgb(100,147,235); }

 H1.HeaderClassName
 {
   color: #6493EB;
 }
 .AnyTagClassName
 {
   color: #6493EB;
 }
</style>

background-color css

<style>
 a { background-color: #6493EB; }

 a { background-color: rgb(100,147,235); }

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

border-color css

<style>
 span { border-color: #6493EB; }

 span { border-color: rgb(100,147,235); }

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