Html Css Color HEX #6A9B9E Cadet Blue

📋 copy color: '#6A9B9E'

red 106 ◦ green 155 ◦ blue 158

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

Shades of Cadet Blue #6A9B9E

Tints of Cadet Blue #6A9B9E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.99%

 BLUE value IS 158 (62.11% from 255) = 37.71%

R = 25.3%
G = 36.99%
B = 37.71%

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6A9B9E (or 0x6A9B9E) is known color: Cadet Blue. HEX triplet: 6A, 9B and 9E. RGB value is (106,155,158). Sum of RGB (Red+Green+Blue) = 106+155+158=419 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.30% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 158 - color contains mainly: blue. Hex color #6A9B9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9B9E is #956461. Grayscale: #8C8C8C. Windows color (decimal): -9790562 or 10394474. OLE color: 10394474.

HSL color Cylindrical-coordinate representation of color #6A9B9E: hue angle of 183.46º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6A9B9E is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 106 155 158 -
CMYK 0.33 0.02 0 0.38
HSL 183.46º 0.21% 0.52% -
HSV(B) 183.46º 0.33% 0.62% -
XYZ 23.84 28.98 36.68 -
YUV 140.69 137.77 103.26 -
System Red Green Blue C M Y K H S L
Decimal 106 155 158 0.33 0.02 0 0.38 183.46 0.21 0.52
Hex 6A 9B 9E 21 2 0 26 B7 15 34
Octal 152 233 236 41 2 0 46 267 25 64
Binary 1101010 10011011 10011110 100001 10 0 100110 10110111 10101 110100

Color Harmonies of #6A9B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9B9E

Black with #6A9B9E

Text Example


Text Example

White with #6A9B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,155,158); }

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

background-color css

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

 a { background-color: rgb(106,155,158); }

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

border-color css

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

 span { border-color: rgb(106,155,158); }

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