Html Css Color HEX #6584FA Cornflower Blue

📋 copy color: '#6584FA'

red 101 ◦ green 132 ◦ blue 250

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

Shades of Cornflower Blue #6584FA

Tints of Cornflower Blue #6584FA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.33%

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

R = 20.91%
G = 27.33%
B = 51.76%

CMYK

 C value IS 0.60

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6584FA (or 0x6584FA) is known color: Cornflower Blue. HEX triplet: 65, 84 and FA. RGB value is (101,132,250). Sum of RGB (Red+Green+Blue) = 101+132+250=483 (63% of max value = 765). Red value is 101 (39.84% from 255 or 20.91% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #6584FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6584FA is #9A7B05. Grayscale: #878787. Windows color (decimal): -10124038 or 16417893. OLE color: 16417893.

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

Color convert

RGB 101 132 250 -
CMYK 0.60 0.47 0 0.02
HSL 227.52º 0.94% 0.69% -
HSV(B) 227.52º 0.6% 0.98% -
XYZ 30.87 26.17 93.87 -
YUV 136.18 192.23 102.91 -
System Red Green Blue C M Y K H S L
Decimal 101 132 250 0.60 0.47 0 0.02 227.52 0.94 0.69
Hex 65 84 FA 3C 2F 0 2 E4 5E 45
Octal 145 204 372 74 57 0 2 344 136 105
Binary 1100101 10000100 11111010 111100 101111 0 10 11100100 1011110 1000101

Color Harmonies of #6584FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6584FA

Black with #6584FA

Text Example


Text Example

White with #6584FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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