#6D9BA5

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

Shades of Cadet Blue #6D9BA5

Tints of Cadet Blue #6D9BA5

Color information

#6D9BA5 (or 0x6D9BA5) is unknown color: approx Cadet Blue. HEX triplet: 6D, 9B and A5. RGB value is (109,155,165). Sum of RGB (Red+Green+Blue) = 109+155+165=429 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.41% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 165 (64.84% from 255 or 38.46% from 429); Max value from RGB is 165 - color contains mainly: blue. Hex color #6D9BA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9BA5 is #92645A. Grayscale: #8E8E8E. Windows color (decimal): -9593947 or 10853229. OLE color: 10853229.

HSL color Cylindrical-coordinate representation of color #6D9BA5: hue angle of 190.71º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6D9BA5 is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB109155165-
CMYK0.340.0600.35
HSL190.71º23.73%53.73%-
HSV(B)190.71º33.94%64.71%-
XYZ24.8229.4139.97-
YUV142.39140.76104.19-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.41%
GREEN value IS 155 (60.94% from 255) = 36.13%
BLUE value IS 165 (64.84% from 255) = 38.46%
R=25.41%
G=36.13%
B=38.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1091551650.340.0600.35190.7123.7353.73
Hex6D9BA5226023bf1836
Octal1552332454260432773066
Binary1101101100110111010010110001011001000111011111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,155,165); }

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

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

 a { background-color: rgb(109,155,165); }

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

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

 span { border-color: rgb(109,155,165); }

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