#6995E5

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

Shades of Cornflower Blue #6995E5

Tints of Cornflower Blue #6995E5

Color information

#6995E5 (or 0x6995E5) is unknown color: approx Cornflower Blue. HEX triplet: 69, 95 and E5. RGB value is (105,149,229). Sum of RGB (Red+Green+Blue) = 105+149+229=483 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.74% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 229 - color contains mainly: blue. Hex color #6995E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6995E5 is #966A1A. Grayscale: #909090. Windows color (decimal): -9857563 or 15045993. OLE color: 15045993.

HSL color Cylindrical-coordinate representation of color #6995E5: hue angle of 218.71º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6995E5 is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB105149229-
CMYK0.540.3500.10
HSL218.71º70.45%65.49%-
HSV(B)218.71º54.15%89.8%-
XYZ30.7230.1678.33-
YUV144.96175.4299.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.74%
GREEN value IS 149 (58.59% from 255) = 30.85%
BLUE value IS 229 (89.84% from 255) = 47.41%
R=21.74%
G=30.85%
B=47.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1051492290.540.3500.10218.7170.4565.49
Hex6995E536230Adb4641
Octal1512253456643012333106101
Binary11010011001010111100101110110100011010101101101110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6995E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6995E5; }

 p { color: rgb(105,149,229); }

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

<style>
 a { background-color: #6995E5; }

 a { background-color: rgb(105,149,229); }

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

<style>
 span { border-color: #6995E5; }

 span { border-color: rgb(105,149,229); }

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