Html Css Color HEX #6590FF Cornflower Blue

📋 copy color: '#6590FF'

red 101 ◦ green 144 ◦ blue 255

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

Shades of Cornflower Blue #6590FF

Tints of Cornflower Blue #6590FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51%

R = 20.2%
G = 28.8%
B = 51%

CMYK

 C value IS 0.60

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6590FF (or 0x6590FF) is known color: Cornflower Blue. HEX triplet: 65, 90 and FF. RGB value is (101,144,255). Sum of RGB (Red+Green+Blue) = 101+144+255=500 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.2% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #6590FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6590FF is #9A6F00. Grayscale: #8F8F8F. Windows color (decimal): -10120961 or 16748645. OLE color: 16748645.

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

Color convert

RGB 101 144 255 -
CMYK 0.60 0.44 0 0
HSL 223.25º 1% 0.7% -
HSV(B) 223.25º 0.6% 1% -
XYZ 33.39 29.93 98.63 -
YUV 143.8 190.75 97.47 -
System Red Green Blue C M Y K H S L
Decimal 101 144 255 0.60 0.44 0 0 223.25 1 0.7
Hex 65 90 FF 3C 2C 0 0 DF 64 46
Octal 145 220 377 74 54 0 0 337 144 106
Binary 1100101 10010000 11111111 111100 101100 0 0 11011111 1100100 1000110

Color Harmonies of #6590FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6590FF

Black with #6590FF

Text Example


Text Example

White with #6590FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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