#6B959D

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

Shades of Cadet Blue #6B959D

Tints of Cadet Blue #6B959D

Color information

#6B959D (or 0x6B959D) is unknown color: approx Cadet Blue. HEX triplet: 6B, 95 and 9D. RGB value is (107,149,157). Sum of RGB (Red+Green+Blue) = 107+149+157=413 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.91% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 157 - color contains mainly: blue. Hex color #6B959D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B959D is #946A62. Grayscale: #898989. Windows color (decimal): -9726563 or 10327403. OLE color: 10327403.

HSL color Cylindrical-coordinate representation of color #6B959D: hue angle of 189.6º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B959D is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB107149157-
CMYK0.320.0500.38
HSL189.6º20.33%51.76%-
HSV(B)189.6º31.85%61.57%-
XYZ22.927.0635.91-
YUV137.35139.09106.35-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.91%
GREEN value IS 149 (58.59% from 255) = 36.08%
BLUE value IS 157 (61.72% from 255) = 38.01%
R=25.91%
G=36.08%
B=38.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1071491570.320.0500.38189.620.3351.76
Hex6B959D205026be1434
Octal1532252354050462762464
Binary1101011100101011001110110000010101001101011111010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B959D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,149,157); }

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

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

 a { background-color: rgb(107,149,157); }

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

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

 span { border-color: rgb(107,149,157); }

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