Html Css Color HEX #6582DB Cornflower Blue

📋 copy color: '#6582DB'

red 101 ◦ green 130 ◦ blue 219

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

Shades of Cornflower Blue #6582DB

Tints of Cornflower Blue #6582DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.67%

R = 22.44%
G = 28.89%
B = 48.67%

CMYK

 C value IS 0.54

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6582DB (or 0x6582DB) is known color: Cornflower Blue. HEX triplet: 65, 82 and DB. RGB value is (101,130,219). Sum of RGB (Red+Green+Blue) = 101+130+219=450 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.44% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #6582DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6582DB is #9A7D24. Grayscale: #838383. Windows color (decimal): -10124581 or 14385765. OLE color: 14385765.

HSL color Cylindrical-coordinate representation of color #6582DB: hue angle of 225.25º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6582DB is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 130 219 -
CMYK 0.54 0.41 0 0.14
HSL 225.25º 0.62% 0.63% -
HSV(B) 225.25º 0.54% 0.86% -
XYZ 26.14 23.85 70.24 -
YUV 131.48 177.39 106.26 -
System Red Green Blue C M Y K H S L
Decimal 101 130 219 0.54 0.41 0 0.14 225.25 0.62 0.63
Hex 65 82 DB 36 29 0 E E1 3E 3F
Octal 145 202 333 66 51 0 16 341 76 77
Binary 1100101 10000010 11011011 110110 101001 0 1110 11100001 111110 111111

Color Harmonies of #6582DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6582DB

Black with #6582DB

Text Example


Text Example

White with #6582DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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