Html Css Color HEX #6582F6 Cornflower Blue

📋 copy color: '#6582F6'

red 101 ◦ green 130 ◦ blue 246

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

Shades of Cornflower Blue #6582F6

Tints of Cornflower Blue #6582F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 51.57%

R = 21.17%
G = 27.25%
B = 51.57%

CMYK

 C value IS 0.59

 M value IS 0.47

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6582F6 (or 0x6582F6) is known color: Cornflower Blue. HEX triplet: 65, 82 and F6. RGB value is (101,130,246). Sum of RGB (Red+Green+Blue) = 101+130+246=477 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.17% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 246 (96.48% from 255 or 51.57% from 477); Max value from RGB is 246 - color contains mainly: blue. Hex color #6582F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6582F6 is #9A7D09. Grayscale: #868686. Windows color (decimal): -10124554 or 16155237. OLE color: 16155237.

HSL color Cylindrical-coordinate representation of color #6582F6: hue angle of 228º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6582F6 is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 101 130 246 -
CMYK 0.59 0.47 0 0.04
HSL 228º 0.89% 0.68% -
HSV(B) 228º 0.59% 0.96% -
XYZ 29.98 25.39 90.51 -
YUV 134.55 190.89 104.07 -
System Red Green Blue C M Y K H S L
Decimal 101 130 246 0.59 0.47 0 0.04 228 0.89 0.68
Hex 65 82 F6 3B 2F 0 4 E4 59 44
Octal 145 202 366 73 57 0 4 344 131 104
Binary 1100101 10000010 11110110 111011 101111 0 100 11100100 1011001 1000100

Color Harmonies of #6582F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6582F6

Black with #6582F6

Text Example


Text Example

White with #6582F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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