Html Css Color HEX #6590DA Cornflower Blue

📋 copy color: '#6590DA'

red 101 ◦ green 144 ◦ blue 218

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

Shades of Cornflower Blue #6590DA

Tints of Cornflower Blue #6590DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.08%

R = 21.81%
G = 31.1%
B = 47.08%

CMYK

 C value IS 0.54

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6590DA (or 0x6590DA) is known color: Cornflower Blue. HEX triplet: 65, 90 and DA. RGB value is (101,144,218). Sum of RGB (Red+Green+Blue) = 101+144+218=463 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.81% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #6590DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6590DA is #9A6F25. Grayscale: #8B8B8B. Windows color (decimal): -10120998 or 14323813. OLE color: 14323813.

HSL color Cylindrical-coordinate representation of color #6590DA: hue angle of 217.95º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6590DA is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 144 218 -
CMYK 0.54 0.34 0 0.15
HSL 217.95º 0.61% 0.63% -
HSV(B) 217.95º 0.54% 0.85% -
XYZ 27.99 27.78 70.22 -
YUV 139.58 172.25 100.48 -
System Red Green Blue C M Y K H S L
Decimal 101 144 218 0.54 0.34 0 0.15 217.95 0.61 0.63
Hex 65 90 DA 36 22 0 F DA 3D 3F
Octal 145 220 332 66 42 0 17 332 75 77
Binary 1100101 10010000 11011010 110110 100010 0 1111 11011010 111101 111111

Color Harmonies of #6590DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6590DA

Black with #6590DA

Text Example


Text Example

White with #6590DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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