Html Css Color HEX #6280E5 Cornflower Blue

📋 copy color: '#6280E5'

red 98 ◦ green 128 ◦ blue 229

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

Shades of Cornflower Blue #6280E5

Tints of Cornflower Blue #6280E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 50.33%

R = 21.54%
G = 28.13%
B = 50.33%

CMYK

 C value IS 0.57

 M value IS 0.44

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6280E5 (or 0x6280E5) is known color: Cornflower Blue. HEX triplet: 62, 80 and E5. RGB value is (98,128,229). Sum of RGB (Red+Green+Blue) = 98+128+229=455 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.54% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 229 (89.84% from 255 or 50.33% from 455); Max value from RGB is 229 - color contains mainly: blue. Hex color #6280E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6280E5 is #9D7F1A. Grayscale: #828282. Windows color (decimal): -10321691 or 15040610. OLE color: 15040610.

HSL color Cylindrical-coordinate representation of color #6280E5: hue angle of 226.26º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6280E5 is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 98 128 229 -
CMYK 0.57 0.44 0 0.10
HSL 226.26º 0.72% 0.64% -
HSV(B) 226.26º 0.57% 0.9% -
XYZ 26.9 23.69 77.28 -
YUV 130.54 183.56 104.79 -
System Red Green Blue C M Y K H S L
Decimal 98 128 229 0.57 0.44 0 0.10 226.26 0.72 0.64
Hex 62 80 E5 39 2C 0 A E2 48 40
Octal 142 200 345 71 54 0 12 342 110 100
Binary 1100010 10000000 11100101 111001 101100 0 1010 11100010 1001000 1000000

Color Harmonies of #6280E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6280E5

Black with #6280E5

Text Example


Text Example

White with #6280E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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