Html Css Color HEX #6A979F Cadet Blue

📋 copy color: '#6A979F'

red 106 ◦ green 151 ◦ blue 159

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

Shades of Cadet Blue #6A979F

Tints of Cadet Blue #6A979F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.3%

 BLUE value IS 159 (62.5% from 255) = 38.22%

R = 25.48%
G = 36.3%
B = 38.22%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6A979F (or 0x6A979F) is known color: Cadet Blue. HEX triplet: 6A, 97 and 9F. RGB value is (106,151,159). Sum of RGB (Red+Green+Blue) = 106+151+159=416 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.48% from 416); Green value is 151 (59.38% from 255 or 36.30% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 159 - color contains mainly: blue. Hex color #6A979F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A979F is #956860. Grayscale: #8A8A8A. Windows color (decimal): -9791585 or 10458986. OLE color: 10458986.

HSL color Cylindrical-coordinate representation of color #6A979F: hue angle of 189.06º degrees, saturation: 0.22, 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 #6A979F is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 106 151 159 -
CMYK 0.33 0.05 0 0.38
HSL 189.06º 0.22% 0.52% -
HSV(B) 189.06º 0.33% 0.62% -
XYZ 23.27 27.7 36.92 -
YUV 138.46 139.59 104.85 -
System Red Green Blue C M Y K H S L
Decimal 106 151 159 0.33 0.05 0 0.38 189.06 0.22 0.52
Hex 6A 97 9F 21 5 0 26 BD 16 34
Octal 152 227 237 41 5 0 46 275 26 64
Binary 1101010 10010111 10011111 100001 101 0 100110 10111101 10110 110100

Color Harmonies of #6A979F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A979F

Black with #6A979F

Text Example


Text Example

White with #6A979F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,151,159); }

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

background-color css

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

 a { background-color: rgb(106,151,159); }

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

border-color css

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

 span { border-color: rgb(106,151,159); }

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