Html Css Color HEX #6593F5 Cornflower Blue

📋 copy color: '#6593F5'

red 101 ◦ green 147 ◦ blue 245

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

Shades of Cornflower Blue #6593F5

Tints of Cornflower Blue #6593F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 49.7%

R = 20.49%
G = 29.82%
B = 49.7%

CMYK

 C value IS 0.59

 M value IS 0.4

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6593F5 (or 0x6593F5) is known color: Cornflower Blue. HEX triplet: 65, 93 and F5. RGB value is (101,147,245). Sum of RGB (Red+Green+Blue) = 101+147+245=493 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.49% from 493); Green value is 147 (57.81% from 255 or 29.82% from 493); Blue value is 245 (96.09% from 255 or 49.70% from 493); Max value from RGB is 245 - color contains mainly: blue. Hex color #6593F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6593F5 is #9A6C0A. Grayscale: #8F8F8F. Windows color (decimal): -10120203 or 16094053. OLE color: 16094053.

HSL color Cylindrical-coordinate representation of color #6593F5: hue angle of 220.83º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6593F5 is Cyan = 0.59, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 101 147 245 -
CMYK 0.59 0.4 0 0.04
HSL 220.83º 0.88% 0.68% -
HSV(B) 220.83º 0.59% 0.96% -
XYZ 32.28 30.23 90.52 -
YUV 144.42 184.76 97.03 -
System Red Green Blue C M Y K H S L
Decimal 101 147 245 0.59 0.4 0 0.04 220.83 0.88 0.68
Hex 65 93 F5 3B 28 0 4 DD 58 44
Octal 145 223 365 73 50 0 4 335 130 104
Binary 1100101 10010011 11110101 111011 101000 0 100 11011101 1011000 1000100

Color Harmonies of #6593F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6593F5

Black with #6593F5

Text Example


Text Example

White with #6593F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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