#6C95FD

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

Shades of Cornflower Blue #6C95FD

Tints of Cornflower Blue #6C95FD

Color information

#6C95FD (or 0x6C95FD) is unknown color: approx Cornflower Blue. HEX triplet: 6C, 95 and FD. RGB value is (108,149,253). Sum of RGB (Red+Green+Blue) = 108+149+253=510 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.18% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #6C95FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C95FD is #936A02. Grayscale: #949494. Windows color (decimal): -9660931 or 16618860. OLE color: 16618860.

HSL color Cylindrical-coordinate representation of color #6C95FD: hue angle of 223.03º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C95FD is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB108149253-
CMYK0.570.4100.01
HSL223.03º97.32%70.78%-
HSV(B)223.03º57.31%99.22%-
XYZ34.6631.7797.23-
YUV148.6186.9299.04-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.18%
GREEN value IS 149 (58.59% from 255) = 29.22%
BLUE value IS 253 (99.22% from 255) = 49.61%
R=21.18%
G=29.22%
B=49.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1081492530.570.4100.01223.0397.3270.78
Hex6C95FD392901df6147
Octal154225375715101337141107
Binary11011001001010111111101111001101001011101111111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C95FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C95FD; }

 p { color: rgb(108,149,253); }

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

<style>
 a { background-color: #6C95FD; }

 a { background-color: rgb(108,149,253); }

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

<style>
 span { border-color: #6C95FD; }

 span { border-color: rgb(108,149,253); }

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