Html Css Color HEX #6592F1 Cornflower Blue

📋 copy color: '#6592F1'

red 101 ◦ green 146 ◦ blue 241

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

Shades of Cornflower Blue #6592F1

Tints of Cornflower Blue #6592F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 49.39%

R = 20.7%
G = 29.92%
B = 49.39%

CMYK

 C value IS 0.58

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6592F1 (or 0x6592F1) is known color: Cornflower Blue. HEX triplet: 65, 92 and F1. RGB value is (101,146,241). Sum of RGB (Red+Green+Blue) = 101+146+241=488 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.70% from 488); Green value is 146 (57.42% from 255 or 29.92% from 488); Blue value is 241 (94.53% from 255 or 49.39% from 488); Max value from RGB is 241 - color contains mainly: blue. Hex color #6592F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6592F1 is #9A6D0E. Grayscale: #8E8E8E. Windows color (decimal): -10120463 or 15831653. OLE color: 15831653.

HSL color Cylindrical-coordinate representation of color #6592F1: hue angle of 220.71º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6592F1 is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 101 146 241 -
CMYK 0.58 0.39 0 0.05
HSL 220.71º 0.83% 0.67% -
HSV(B) 220.71º 0.58% 0.95% -
XYZ 31.52 29.68 87.29 -
YUV 143.38 183.09 97.78 -
System Red Green Blue C M Y K H S L
Decimal 101 146 241 0.58 0.39 0 0.05 220.71 0.83 0.67
Hex 65 92 F1 3A 27 0 5 DD 53 43
Octal 145 222 361 72 47 0 5 335 123 103
Binary 1100101 10010010 11110001 111010 100111 0 101 11011101 1010011 1000011

Color Harmonies of #6592F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6592F1

Black with #6592F1

Text Example


Text Example

White with #6592F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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