Html Css Color HEX #6582D8 Cornflower Blue

📋 copy color: '#6582D8'

red 101 ◦ green 130 ◦ blue 216

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

Shades of Cornflower Blue #6582D8

Tints of Cornflower Blue #6582D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 48.32%

R = 22.6%
G = 29.08%
B = 48.32%

CMYK

 C value IS 0.53

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6582D8 (or 0x6582D8) is known color: Cornflower Blue. HEX triplet: 65, 82 and D8. RGB value is (101,130,216). Sum of RGB (Red+Green+Blue) = 101+130+216=447 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.60% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 216 (84.77% from 255 or 48.32% from 447); Max value from RGB is 216 - color contains mainly: blue. Hex color #6582D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6582D8 is #9A7D27. Grayscale: #828282. Windows color (decimal): -10124584 or 14189157. OLE color: 14189157.

HSL color Cylindrical-coordinate representation of color #6582D8: hue angle of 224.87º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6582D8 is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 130 216 -
CMYK 0.53 0.40 0 0.15
HSL 224.87º 0.6% 0.62% -
HSV(B) 224.87º 0.53% 0.85% -
XYZ 25.74 23.69 68.18 -
YUV 131.13 175.89 106.51 -
System Red Green Blue C M Y K H S L
Decimal 101 130 216 0.53 0.40 0 0.15 224.87 0.6 0.62
Hex 65 82 D8 35 28 0 F E1 3C 3E
Octal 145 202 330 65 50 0 17 341 74 76
Binary 1100101 10000010 11011000 110101 101000 0 1111 11100001 111100 111110

Color Harmonies of #6582D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6582D8

Black with #6582D8

Text Example


Text Example

White with #6582D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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