#6A94D5

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

Shades of Cornflower Blue #6A94D5

Tints of Cornflower Blue #6A94D5

Color information

#6A94D5 (or 0x6A94D5) is unknown color: approx Cornflower Blue. HEX triplet: 6A, 94 and D5. RGB value is (106,148,213). Sum of RGB (Red+Green+Blue) = 106+148+213=467 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.70% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 213 (83.59% from 255 or 45.61% from 467); Max value from RGB is 213 - color contains mainly: blue. Hex color #6A94D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A94D5 is #956B2A. Grayscale: #8E8E8E. Windows color (decimal): -9792299 or 13997162. OLE color: 13997162.

HSL color Cylindrical-coordinate representation of color #6A94D5: hue angle of 216.45º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6A94D5 is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB106148213-
CMYK0.500.3100.16
HSL216.45º56.02%62.55%-
HSV(B)216.45º50.23%83.53%-
XYZ28.5429.0567.05-
YUV142.85167.59101.71-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.70%
GREEN value IS 148 (58.20% from 255) = 31.69%
BLUE value IS 213 (83.59% from 255) = 45.61%
R=22.70%
G=31.69%
B=45.61%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1061482130.500.3100.16216.4556.0262.55
Hex6A94D5321F010d8383f
Octal15222432562370203307077
Binary110101010010100110101011100101111101000011011000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A94D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,148,213); }

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

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

 a { background-color: rgb(106,148,213); }

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

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

 span { border-color: rgb(106,148,213); }

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