#6F9B9D

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

Shades of Cadet Blue #6F9B9D

Tints of Cadet Blue #6F9B9D

Color information

#6F9B9D (or 0x6F9B9D) is unknown color: approx Cadet Blue. HEX triplet: 6F, 9B and 9D. RGB value is (111,155,157). Sum of RGB (Red+Green+Blue) = 111+155+157=423 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.24% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F9B9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9B9D is #906462. Grayscale: #8E8E8E. Windows color (decimal): -9462883 or 10328943. OLE color: 10328943.

HSL color Cylindrical-coordinate representation of color #6F9B9D: hue angle of 182.61º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F9B9D is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB111155157-
CMYK0.290.0100.38
HSL182.61º19.01%52.55%-
HSV(B)182.61º29.3%61.57%-
XYZ24.3629.2636.26-
YUV142.07136.42105.84-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.24%
GREEN value IS 155 (60.94% from 255) = 36.64%
BLUE value IS 157 (61.72% from 255) = 37.12%
R=26.24%
G=36.64%
B=37.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1111551570.290.0100.38182.6119.0152.55
Hex6F9B9D1D1026b71335
Octal1572332353510462672365
Binary1101111100110111001110111101101001101011011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,155,157); }

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

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

 a { background-color: rgb(111,155,157); }

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

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

 span { border-color: rgb(111,155,157); }

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