Html Css Color HEX #6482DB Cornflower Blue

📋 copy color: '#6482DB'

red 100 ◦ green 130 ◦ blue 219

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

Shades of Cornflower Blue #6482DB

Tints of Cornflower Blue #6482DB

RGB

 RED value IS 100 (39.45% from 255) = 22.27%

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

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

R = 22.27%
G = 28.95%
B = 48.78%

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

#6482DB (or 0x6482DB) is known color: Cornflower Blue. HEX triplet: 64, 82 and DB. RGB value is (100,130,219). Sum of RGB (Red+Green+Blue) = 100+130+219=449 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.27% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #6482DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6482DB is #9B7D24. Grayscale: #828282. Windows color (decimal): -10190117 or 14385764. OLE color: 14385764.

HSL color Cylindrical-coordinate representation of color #6482DB: hue angle of 224.87º 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 #6482DB is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 130 219 -
CMYK 0.54 0.41 0 0.14
HSL 224.87º 0.62% 0.63% -
HSV(B) 224.87º 0.54% 0.86% -
XYZ 26.02 23.79 70.24 -
YUV 131.18 177.56 105.76 -
System Red Green Blue C M Y K H S L
Decimal 100 130 219 0.54 0.41 0 0.14 224.87 0.62 0.63
Hex 64 82 DB 36 29 0 E E1 3E 3F
Octal 144 202 333 66 51 0 16 341 76 77
Binary 1100100 10000010 11011011 110110 101001 0 1110 11100001 111110 111111

Color Harmonies of #6482DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6482DB

Black with #6482DB

Text Example


Text Example

White with #6482DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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