#949FC6

Color #949FC6 Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #949FC6

Tints of Rock Blue #949FC6

Color information

#949FC6 (or 0x949FC6) is unknown color: approx Rock Blue. HEX triplet: 94, 9F and C6. RGB value is (148,159,198). Sum of RGB (Red+Green+Blue) = 148+159+198=505 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.31% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 198 (77.73% from 255 or 39.21% from 505); Max value from RGB is 198 - color contains mainly: blue. Hex color #949FC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949FC6 is #6B6039. Grayscale: #9F9F9F. Windows color (decimal): -7036986 or 13016980. OLE color: 13016980.

HSL color Cylindrical-coordinate representation of color #949FC6: hue angle of 226.8º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #949FC6 is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB148159198-
CMYK0.250.2000.22
HSL226.8º30.49%67.84%-
HSV(B)226.8º25.25%77.65%-
XYZ34.835.1758.38-
YUV160.16149.36119.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.31%
GREEN value IS 159 (62.5% from 255) = 31.49%
BLUE value IS 198 (77.73% from 255) = 39.21%
R=29.31%
G=31.49%
B=39.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1481591980.250.2000.22226.830.4967.84
Hex949FC61914016e31e44
Octal224237306312402634336104
Binary100101001001111111000110110011010001011011100011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949FC6; }

 p { color: rgb(148,159,198); }

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

<style>
 a { background-color: #949FC6; }

 a { background-color: rgb(148,159,198); }

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

<style>
 span { border-color: #949FC6; }

 span { border-color: rgb(148,159,198); }

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