Html Css Color HEX #6582FE Cornflower Blue

📋 copy color: '#6582FE'

red 101 ◦ green 130 ◦ blue 254

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

Shades of Cornflower Blue #6582FE

Tints of Cornflower Blue #6582FE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.8%

 BLUE value IS 254 (99.61% from 255) = 52.37%

R = 20.82%
G = 26.8%
B = 52.37%

CMYK

 C value IS 0.60

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6582FE (or 0x6582FE) is known color: Cornflower Blue. HEX triplet: 65, 82 and FE. RGB value is (101,130,254). Sum of RGB (Red+Green+Blue) = 101+130+254=485 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.82% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #6582FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6582FE is #9A7D01. Grayscale: #868686. Windows color (decimal): -10124546 or 16679525. OLE color: 16679525.

HSL color Cylindrical-coordinate representation of color #6582FE: hue angle of 228.63º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6582FE is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 101 130 254 -
CMYK 0.60 0.49 0 0.00
HSL 228.63º 0.99% 0.7% -
HSV(B) 228.63º 0.6% 1% -
XYZ 31.24 25.89 97.12 -
YUV 135.47 194.89 103.42 -
System Red Green Blue C M Y K H S L
Decimal 101 130 254 0.60 0.49 0 0.00 228.63 0.99 0.7
Hex 65 82 FE 3C 31 0 0 E5 63 46
Octal 145 202 376 74 61 0 0 345 143 106
Binary 1100101 10000010 11111110 111100 110001 0 0 11100101 1100011 1000110

Color Harmonies of #6582FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6582FE

Black with #6582FE

Text Example


Text Example

White with #6582FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6582FE; }

 p { color: rgb(101,130,254); }

 H1.HeaderClassName
 {
   color: #6582FE;
 }
 .AnyTagClassName
 {
   color: #6582FE;
 }
</style>

background-color css

<style>
 a { background-color: #6582FE; }

 a { background-color: rgb(101,130,254); }

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

border-color css

<style>
 span { border-color: #6582FE; }

 span { border-color: rgb(101,130,254); }

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