Html Css Color HEX #6592F5 Cornflower Blue

📋 copy color: '#6592F5'

red 101 ◦ green 146 ◦ blue 245

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

Shades of Cornflower Blue #6592F5

Tints of Cornflower Blue #6592F5

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.67%

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

R = 20.53%
G = 29.67%
B = 49.8%

CMYK

 C value IS 0.59

 M value IS 0.40

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6592F5 (or 0x6592F5) is known color: Cornflower Blue. HEX triplet: 65, 92 and F5. RGB value is (101,146,245). Sum of RGB (Red+Green+Blue) = 101+146+245=492 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.53% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 245 (96.09% from 255 or 49.80% from 492); Max value from RGB is 245 - color contains mainly: blue. Hex color #6592F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6592F5 is #9A6D0A. Grayscale: #8F8F8F. Windows color (decimal): -10120459 or 16093797. OLE color: 16093797.

HSL color Cylindrical-coordinate representation of color #6592F5: hue angle of 221.25º 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 #6592F5 is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 101 146 245 -
CMYK 0.59 0.40 0 0.04
HSL 221.25º 0.88% 0.68% -
HSV(B) 221.25º 0.59% 0.96% -
XYZ 32.13 29.92 90.47 -
YUV 143.83 185.09 97.45 -
System Red Green Blue C M Y K H S L
Decimal 101 146 245 0.59 0.40 0 0.04 221.25 0.88 0.68
Hex 65 92 F5 3B 28 0 4 DD 58 44
Octal 145 222 365 73 50 0 4 335 130 104
Binary 1100101 10010010 11110101 111011 101000 0 100 11011101 1011000 1000100

Color Harmonies of #6592F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6592F5

Black with #6592F5

Text Example


Text Example

White with #6592F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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