Html Css Color HEX #6590FD Cornflower Blue

📋 copy color: '#6590FD'

red 101 ◦ green 144 ◦ blue 253

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

Shades of Cornflower Blue #6590FD

Tints of Cornflower Blue #6590FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.8%

R = 20.28%
G = 28.92%
B = 50.8%

CMYK

 C value IS 0.60

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6590FD (or 0x6590FD) is known color: Cornflower Blue. HEX triplet: 65, 90 and FD. RGB value is (101,144,253). Sum of RGB (Red+Green+Blue) = 101+144+253=498 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.28% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #6590FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6590FD is #9A6F02. Grayscale: #8F8F8F. Windows color (decimal): -10120963 or 16617573. OLE color: 16617573.

HSL color Cylindrical-coordinate representation of color #6590FD: hue angle of 223.03º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6590FD is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 101 144 253 -
CMYK 0.60 0.43 0 0.01
HSL 223.03º 0.97% 0.69% -
HSV(B) 223.03º 0.6% 0.99% -
XYZ 33.07 29.81 96.94 -
YUV 143.57 189.75 97.64 -
System Red Green Blue C M Y K H S L
Decimal 101 144 253 0.60 0.43 0 0.01 223.03 0.97 0.69
Hex 65 90 FD 3C 2B 0 1 DF 61 45
Octal 145 220 375 74 53 0 1 337 141 105
Binary 1100101 10010000 11111101 111100 101011 0 1 11011111 1100001 1000101

Color Harmonies of #6590FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6590FD

Black with #6590FD

Text Example


Text Example

White with #6590FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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