Html Css Color HEX #6280DB Cornflower Blue

📋 copy color: '#6280DB'

red 98 ◦ green 128 ◦ blue 219

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

Shades of Cornflower Blue #6280DB

Tints of Cornflower Blue #6280DB

RGB

 RED value IS 98 (38.67% from 255) = 22.02%

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

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

R = 22.02%
G = 28.76%
B = 49.21%

CMYK

 C value IS 0.55

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6280DB (or 0x6280DB) is known color: Cornflower Blue. HEX triplet: 62, 80 and DB. RGB value is (98,128,219). Sum of RGB (Red+Green+Blue) = 98+128+219=445 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.02% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #6280DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6280DB is #9D7F24. Grayscale: #818181. Windows color (decimal): -10321701 or 14385250. OLE color: 14385250.

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

Color convert

RGB 98 128 219 -
CMYK 0.55 0.42 0 0.14
HSL 225.12º 0.63% 0.62% -
HSV(B) 225.12º 0.55% 0.86% -
XYZ 25.54 23.15 70.14 -
YUV 129.4 178.56 105.6 -
System Red Green Blue C M Y K H S L
Decimal 98 128 219 0.55 0.42 0 0.14 225.12 0.63 0.62
Hex 62 80 DB 37 2A 0 E E1 3F 3E
Octal 142 200 333 67 52 0 16 341 77 76
Binary 1100010 10000000 11011011 110111 101010 0 1110 11100001 111111 111110

Color Harmonies of #6280DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6280DB

Black with #6280DB

Text Example


Text Example

White with #6280DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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