#6B989A

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

Shades of Cadet Blue #6B989A

Tints of Cadet Blue #6B989A

Color information

#6B989A (or 0x6B989A) is unknown color: approx Cadet Blue. HEX triplet: 6B, 98 and 9A. RGB value is (107,152,154). Sum of RGB (Red+Green+Blue) = 107+152+154=413 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.91% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 154 - color contains mainly: blue. Hex color #6B989A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B989A is #946765. Grayscale: #8A8A8A. Windows color (decimal): -9725798 or 10131563. OLE color: 10131563.

HSL color Cylindrical-coordinate representation of color #6B989A: hue angle of 182.55º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B989A is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB107152154-
CMYK0.310.0100.40
HSL182.55º18.88%51.18%-
HSV(B)182.55º30.52%60.39%-
XYZ23.1227.9234.74-
YUV138.77136.59105.34-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.91%
GREEN value IS 152 (59.77% from 255) = 36.80%
BLUE value IS 154 (60.55% from 255) = 37.29%
R=25.91%
G=36.80%
B=37.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1071521540.310.0100.40182.5518.8851.18
Hex6B989A1F1028b71333
Octal1532302323710502672363
Binary1101011100110001001101011111101010001011011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B989A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,152,154); }

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

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

 a { background-color: rgb(107,152,154); }

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

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

 span { border-color: rgb(107,152,154); }

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