Html Css Color HEX #6579FA Cornflower Blue

📋 copy color: '#6579FA'

red 101 ◦ green 121 ◦ blue 250

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

Shades of Cornflower Blue #6579FA

Tints of Cornflower Blue #6579FA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.64%

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

R = 21.4%
G = 25.64%
B = 52.97%

CMYK

 C value IS 0.60

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6579FA (or 0x6579FA) is known color: Cornflower Blue. HEX triplet: 65, 79 and FA. RGB value is (101,121,250). Sum of RGB (Red+Green+Blue) = 101+121+250=472 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.40% from 472); Green value is 121 (47.66% from 255 or 25.64% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #6579FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6579FA is #9A8605. Grayscale: #818181. Windows color (decimal): -10126854 or 16415077. OLE color: 16415077.

HSL color Cylindrical-coordinate representation of color #6579FA: hue angle of 231.95º 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 #6579FA is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 121 250 -
CMYK 0.60 0.52 0 0.02
HSL 231.95º 0.94% 0.69% -
HSV(B) 231.95º 0.6% 0.98% -
XYZ 29.46 23.34 93.4 -
YUV 129.73 195.87 107.51 -
System Red Green Blue C M Y K H S L
Decimal 101 121 250 0.60 0.52 0 0.02 231.95 0.94 0.69
Hex 65 79 FA 3C 34 0 2 E8 5E 45
Octal 145 171 372 74 64 0 2 350 136 105
Binary 1100101 1111001 11111010 111100 110100 0 10 11101000 1011110 1000101

Color Harmonies of #6579FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6579FA

Black with #6579FA

Text Example


Text Example

White with #6579FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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