#6C95FA

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

Shades of Cornflower Blue #6C95FA

Tints of Cornflower Blue #6C95FA

Color information

#6C95FA (or 0x6C95FA) is unknown color: approx Cornflower Blue. HEX triplet: 6C, 95 and FA. RGB value is (108,149,250). Sum of RGB (Red+Green+Blue) = 108+149+250=507 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.30% from 507); Green value is 149 (58.59% from 255 or 29.39% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #6C95FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C95FA is #936A05. Grayscale: #939393. Windows color (decimal): -9660934 or 16422252. OLE color: 16422252.

HSL color Cylindrical-coordinate representation of color #6C95FA: hue angle of 222.68º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C95FA is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB108149250-
CMYK0.570.4000.02
HSL222.68º93.42%70.2%-
HSV(B)222.68º56.8%98.04%-
XYZ34.1931.5994.74-
YUV148.26185.4299.29-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.30%
GREEN value IS 149 (58.59% from 255) = 29.39%
BLUE value IS 250 (98.05% from 255) = 49.31%
R=21.30%
G=29.39%
B=49.31%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1081492500.570.4000.02222.6893.4270.2
Hex6C95FA392802df5d46
Octal154225372715002337135106
Binary110110010010101111110101110011010000101101111110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C95FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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