Html Css Color HEX #6280EF Cornflower Blue

📋 copy color: '#6280EF'

red 98 ◦ green 128 ◦ blue 239

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

Shades of Cornflower Blue #6280EF

Tints of Cornflower Blue #6280EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.4%

R = 21.08%
G = 27.53%
B = 51.4%

CMYK

 C value IS 0.59

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6280EF (or 0x6280EF) is known color: Cornflower Blue. HEX triplet: 62, 80 and EF. RGB value is (98,128,239). Sum of RGB (Red+Green+Blue) = 98+128+239=465 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.08% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #6280EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6280EF is #9D7F10. Grayscale: #838383. Windows color (decimal): -10321681 or 15695970. OLE color: 15695970.

HSL color Cylindrical-coordinate representation of color #6280EF: hue angle of 227.23º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6280EF is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 98 128 239 -
CMYK 0.59 0.46 0 0.06
HSL 227.23º 0.82% 0.66% -
HSV(B) 227.23º 0.59% 0.94% -
XYZ 28.34 24.27 84.85 -
YUV 131.68 188.56 103.97 -
System Red Green Blue C M Y K H S L
Decimal 98 128 239 0.59 0.46 0 0.06 227.23 0.82 0.66
Hex 62 80 EF 3B 2E 0 6 E3 52 42
Octal 142 200 357 73 56 0 6 343 122 102
Binary 1100010 10000000 11101111 111011 101110 0 110 11100011 1010010 1000010

Color Harmonies of #6280EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6280EF

Black with #6280EF

Text Example


Text Example

White with #6280EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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