Html Css Color HEX #6480DB Cornflower Blue

📋 copy color: '#6480DB'

red 100 ◦ green 128 ◦ blue 219

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

Shades of Cornflower Blue #6480DB

Tints of Cornflower Blue #6480DB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.64%

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

R = 22.37%
G = 28.64%
B = 48.99%

CMYK

 C value IS 0.54

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6480DB (or 0x6480DB) is known color: Cornflower Blue. HEX triplet: 64, 80 and DB. RGB value is (100,128,219). Sum of RGB (Red+Green+Blue) = 100+128+219=447 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.37% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #6480DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6480DB is #9B7F24. Grayscale: #818181. Windows color (decimal): -10190629 or 14385252. OLE color: 14385252.

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

Color convert

RGB 100 128 219 -
CMYK 0.54 0.42 0 0.14
HSL 225.88º 0.62% 0.63% -
HSV(B) 225.88º 0.54% 0.86% -
XYZ 25.76 23.26 70.15 -
YUV 130 178.22 106.6 -
System Red Green Blue C M Y K H S L
Decimal 100 128 219 0.54 0.42 0 0.14 225.88 0.62 0.63
Hex 64 80 DB 36 2A 0 E E2 3E 3F
Octal 144 200 333 66 52 0 16 342 76 77
Binary 1100100 10000000 11011011 110110 101010 0 1110 11100010 111110 111111

Color Harmonies of #6480DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6480DB

Black with #6480DB

Text Example


Text Example

White with #6480DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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