#6186FD

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

Shades of Cornflower Blue #6186FD

Tints of Cornflower Blue #6186FD

Color information

#6186FD (or 0x6186FD) is unknown color: approx Cornflower Blue. HEX triplet: 61, 86 and FD. RGB value is (97,134,253). Sum of RGB (Red+Green+Blue) = 97+134+253=484 (64% of max value = 765). Red value is 97 (38.28% from 255 or 20.04% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #6186FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6186FD is #9E7902. Grayscale: #878787. Windows color (decimal): -10385667 or 16615009. OLE color: 16615009.

HSL color Cylindrical-coordinate representation of color #6186FD: hue angle of 225.77º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6186FD is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB97134253-
CMYK0.620.4700.01
HSL225.77º97.5%68.63%-
HSV(B)225.77º61.66%99.22%-
XYZ31.1826.6896.44-
YUV136.5193.7499.82-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.04%
GREEN value IS 134 (52.73% from 255) = 27.69%
BLUE value IS 253 (99.22% from 255) = 52.27%
R=20.04%
G=27.69%
B=52.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal971342530.620.4700.01225.7797.568.63
Hex6186FD3E2F01e26245
Octal141206375765701342142105
Binary11000011000011011111101111110101111011110001011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6186FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6186FD; }

 p { color: rgb(97,134,253); }

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

<style>
 a { background-color: #6186FD; }

 a { background-color: rgb(97,134,253); }

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

<style>
 span { border-color: #6186FD; }

 span { border-color: rgb(97,134,253); }

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