Html Css Color HEX #6D9BA5 Cadet Blue

📋 copy color: '#6D9BA5'

red 109 ◦ green 155 ◦ blue 165

#6D9BA5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #6D9BA5

Tints of Cadet Blue #6D9BA5

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 value IS 0.34

 M value IS 0.06

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6D9BA5 (or 0x6D9BA5) is known color: 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

RGB 109 155 165 -
CMYK 0.34 0.06 0 0.35
HSL 190.71º 0.24% 0.54% -
HSV(B) 190.71º 0.34% 0.65% -
XYZ 24.82 29.41 39.97 -
YUV 142.39 140.76 104.19 -
System Red Green Blue C M Y K H S L
Decimal 109 155 165 0.34 0.06 0 0.35 190.71 0.24 0.54
Hex 6D 9B A5 22 6 0 23 BF 18 36
Octal 155 233 245 42 6 0 43 277 30 66
Binary 1101101 10011011 10100101 100010 110 0 100011 10111111 11000 110110

Color Harmonies of #6D9BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9BA5

Black with #6D9BA5

Text Example


Text Example

White with #6D9BA5

Text Example


Text Example

HTML Codes & Css Web 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>