Html Css Color HEX #6580FA Cornflower Blue

📋 copy color: '#6580FA'

red 101 ◦ green 128 ◦ blue 250

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

Shades of Cornflower Blue #6580FA

Tints of Cornflower Blue #6580FA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.72%

 BLUE value IS 250 (98.05% from 255) = 52.19%

R = 21.09%
G = 26.72%
B = 52.19%

CMYK

 C value IS 0.60

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6580FA (or 0x6580FA) is known color: Cornflower Blue. HEX triplet: 65, 80 and FA. RGB value is (101,128,250). Sum of RGB (Red+Green+Blue) = 101+128+250=479 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.09% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #6580FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6580FA is #9A7F05. Grayscale: #858585. Windows color (decimal): -10125062 or 16416869. OLE color: 16416869.

HSL color Cylindrical-coordinate representation of color #6580FA: hue angle of 229.13º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6580FA is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 128 250 -
CMYK 0.60 0.49 0 0.02
HSL 229.13º 0.94% 0.69% -
HSV(B) 229.13º 0.6% 0.98% -
XYZ 30.34 25.11 93.69 -
YUV 133.84 193.55 104.58 -
System Red Green Blue C M Y K H S L
Decimal 101 128 250 0.60 0.49 0 0.02 229.13 0.94 0.69
Hex 65 80 FA 3C 31 0 2 E5 5E 45
Octal 145 200 372 74 61 0 2 345 136 105
Binary 1100101 10000000 11111010 111100 110001 0 10 11100101 1011110 1000101

Color Harmonies of #6580FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6580FA

Black with #6580FA

Text Example


Text Example

White with #6580FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6580FA; }

 p { color: rgb(101,128,250); }

 H1.HeaderClassName
 {
   color: #6580FA;
 }
 .AnyTagClassName
 {
   color: #6580FA;
 }
</style>

background-color css

<style>
 a { background-color: #6580FA; }

 a { background-color: rgb(101,128,250); }

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

border-color css

<style>
 span { border-color: #6580FA; }

 span { border-color: rgb(101,128,250); }

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