Html Css Color HEX #6A959A Cadet Blue

📋 copy color: '#6A959A'

red 106 ◦ green 149 ◦ blue 154

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

Shades of Cadet Blue #6A959A

Tints of Cadet Blue #6A959A

RGB

 RED value IS 106 (41.8% from 255) = 25.92%

 GREEN value IS 149 (58.59% from 255) = 36.43%

 BLUE value IS 154 (60.55% from 255) = 37.65%

R = 25.92%
G = 36.43%
B = 37.65%

CMYK

 C value IS 0.31

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6A959A (or 0x6A959A) is known color: Cadet Blue. HEX triplet: 6A, 95 and 9A. RGB value is (106,149,154). Sum of RGB (Red+Green+Blue) = 106+149+154=409 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.92% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 154 - color contains mainly: blue. Hex color #6A959A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A959A is #956A65. Grayscale: #888888. Windows color (decimal): -9792102 or 10130794. OLE color: 10130794.

HSL color Cylindrical-coordinate representation of color #6A959A: hue angle of 186.25º 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 #6A959A is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 106 149 154 -
CMYK 0.31 0.03 0 0.40
HSL 186.25º 0.19% 0.51% -
HSV(B) 186.25º 0.31% 0.6% -
XYZ 22.52 26.89 34.58 -
YUV 136.71 137.75 106.09 -
System Red Green Blue C M Y K H S L
Decimal 106 149 154 0.31 0.03 0 0.40 186.25 0.19 0.51
Hex 6A 95 9A 1F 3 0 28 BA 13 33
Octal 152 225 232 37 3 0 50 272 23 63
Binary 1101010 10010101 10011010 11111 11 0 101000 10111010 10011 110011

Color Harmonies of #6A959A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A959A

Black with #6A959A

Text Example


Text Example

White with #6A959A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,149,154); }

 H1.HeaderClassName
 {
   color: #6A959A;
 }
 .AnyTagClassName
 {
   color: #6A959A;
 }
</style>

background-color css

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

 a { background-color: rgb(106,149,154); }

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

border-color css

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

 span { border-color: rgb(106,149,154); }

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