Html Css Color HEX #6590E1 Cornflower Blue

📋 copy color: '#6590E1'

red 101 ◦ green 144 ◦ blue 225

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

Shades of Cornflower Blue #6590E1

Tints of Cornflower Blue #6590E1

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.64%

 BLUE value IS 225 (88.28% from 255) = 47.87%

R = 21.49%
G = 30.64%
B = 47.87%

CMYK

 C value IS 0.55

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6590E1 (or 0x6590E1) is known color: Cornflower Blue. HEX triplet: 65, 90 and E1. RGB value is (101,144,225). Sum of RGB (Red+Green+Blue) = 101+144+225=470 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.49% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 225 (88.28% from 255 or 47.87% from 470); Max value from RGB is 225 - color contains mainly: blue. Hex color #6590E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6590E1 is #9A6F1E. Grayscale: #8C8C8C. Windows color (decimal): -10120991 or 14782565. OLE color: 14782565.

HSL color Cylindrical-coordinate representation of color #6590E1: hue angle of 219.19º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6590E1 is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 101 144 225 -
CMYK 0.55 0.36 0 0.12
HSL 219.19º 0.67% 0.64% -
HSV(B) 219.19º 0.55% 0.88% -
XYZ 28.93 28.15 75.14 -
YUV 140.38 175.75 99.91 -
System Red Green Blue C M Y K H S L
Decimal 101 144 225 0.55 0.36 0 0.12 219.19 0.67 0.64
Hex 65 90 E1 37 24 0 C DB 43 40
Octal 145 220 341 67 44 0 14 333 103 100
Binary 1100101 10010000 11100001 110111 100100 0 1100 11011011 1000011 1000000

Color Harmonies of #6590E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6590E1

Black with #6590E1

Text Example


Text Example

White with #6590E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6590E1; }

 p { color: rgb(101,144,225); }

 H1.HeaderClassName
 {
   color: #6590E1;
 }
 .AnyTagClassName
 {
   color: #6590E1;
 }
</style>

background-color css

<style>
 a { background-color: #6590E1; }

 a { background-color: rgb(101,144,225); }

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

border-color css

<style>
 span { border-color: #6590E1; }

 span { border-color: rgb(101,144,225); }

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