#6281FF

Color #6281FF Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #6281FF

Tints of Cornflower Blue #6281FF

Color information

#6281FF (or 0x6281FF) is unknown color: approx Cornflower Blue. HEX triplet: 62, 81 and FF. RGB value is (98,129,255). Sum of RGB (Red+Green+Blue) = 98+129+255=482 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.33% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #6281FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6281FF is #9D7E00. Grayscale: #858585. Windows color (decimal): -10321409 or 16744802. OLE color: 16744802.

HSL color Cylindrical-coordinate representation of color #6281FF: hue angle of 228.15º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6281FF is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB98129255-
CMYK0.620.4900
HSL228.15º100%69.22%-
HSV(B)228.15º61.57%100%-
XYZ30.9425.5297.9-
YUV134.1196.23102.25-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.33%
GREEN value IS 129 (50.78% from 255) = 26.76%
BLUE value IS 255 (100% from 255) = 52.90%
R=20.33%
G=26.76%
B=52.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal981292550.620.4900228.1510069.22
Hex6281FF3E3100e46445
Octal142201377766100344144105
Binary11000101000000111111111111110110001001110010011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6281FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6281FF; }

 p { color: rgb(98,129,255); }

 H1.HeaderClassName
 {
   color: #6281FF;
 }
 .AnyTagClassName
 {
   color: #6281FF;
 }
</style>
background-color css

<style>
 a { background-color: #6281FF; }

 a { background-color: rgb(98,129,255); }

 div.DivClassName
 {
   background-color: #6281FF;
 }
 .BgClassName
 {
   background-color: #6281FF;
 }
</style>
border-color css

<style>
 span { border-color: #6281FF; }

 span { border-color: rgb(98,129,255); }

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