Html Css Color HEX #6280DA Cornflower Blue

📋 copy color: '#6280DA'

red 98 ◦ green 128 ◦ blue 218

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

Shades of Cornflower Blue #6280DA

Tints of Cornflower Blue #6280DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.1%

R = 22.07%
G = 28.83%
B = 49.1%

CMYK

 C value IS 0.55

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6280DA (or 0x6280DA) is known color: Cornflower Blue. HEX triplet: 62, 80 and DA. RGB value is (98,128,218). Sum of RGB (Red+Green+Blue) = 98+128+218=444 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.07% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #6280DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6280DA is #9D7F25. Grayscale: #808080. Windows color (decimal): -10321702 or 14319714. OLE color: 14319714.

HSL color Cylindrical-coordinate representation of color #6280DA: hue angle of 225º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6280DA is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 98 128 218 -
CMYK 0.55 0.41 0 0.15
HSL 225º 0.62% 0.62% -
HSV(B) 225º 0.55% 0.85% -
XYZ 25.41 23.1 69.45 -
YUV 129.29 178.06 105.68 -
System Red Green Blue C M Y K H S L
Decimal 98 128 218 0.55 0.41 0 0.15 225 0.62 0.62
Hex 62 80 DA 37 29 0 F E1 3E 3E
Octal 142 200 332 67 51 0 17 341 76 76
Binary 1100010 10000000 11011010 110111 101001 0 1111 11100001 111110 111110

Color Harmonies of #6280DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6280DA

Black with #6280DA

Text Example


Text Example

White with #6280DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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