Html Css Color HEX #6593FE Cornflower Blue

📋 copy color: '#6593FE'

red 101 ◦ green 147 ◦ blue 254

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

Shades of Cornflower Blue #6593FE

Tints of Cornflower Blue #6593FE

RGB

 RED value IS 101 (39.84% from 255) = 20.12%

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

 BLUE value IS 254 (99.61% from 255) = 50.6%

R = 20.12%
G = 29.28%
B = 50.6%

CMYK

 C value IS 0.60

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6593FE (or 0x6593FE) is known color: Cornflower Blue. HEX triplet: 65, 93 and FE. RGB value is (101,147,254). Sum of RGB (Red+Green+Blue) = 101+147+254=502 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.12% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #6593FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6593FE is #9A6C01. Grayscale: #909090. Windows color (decimal): -10120194 or 16683877. OLE color: 16683877.

HSL color Cylindrical-coordinate representation of color #6593FE: hue angle of 221.96º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6593FE is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 101 147 254 -
CMYK 0.60 0.42 0 0.00
HSL 221.96º 0.99% 0.7% -
HSV(B) 221.96º 0.6% 1% -
XYZ 33.69 30.79 97.93 -
YUV 145.44 189.26 96.3 -
System Red Green Blue C M Y K H S L
Decimal 101 147 254 0.60 0.42 0 0.00 221.96 0.99 0.7
Hex 65 93 FE 3C 2A 0 0 DE 63 46
Octal 145 223 376 74 52 0 0 336 143 106
Binary 1100101 10010011 11111110 111100 101010 0 0 11011110 1100011 1000110

Color Harmonies of #6593FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6593FE

Black with #6593FE

Text Example


Text Example

White with #6593FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6593FE; }

 p { color: rgb(101,147,254); }

 H1.HeaderClassName
 {
   color: #6593FE;
 }
 .AnyTagClassName
 {
   color: #6593FE;
 }
</style>

background-color css

<style>
 a { background-color: #6593FE; }

 a { background-color: rgb(101,147,254); }

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

border-color css

<style>
 span { border-color: #6593FE; }

 span { border-color: rgb(101,147,254); }

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