Html Css Color HEX #6B959D Cadet Blue

📋 copy color: '#6B959D'

red 107 ◦ green 149 ◦ blue 157

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

Shades of Cadet Blue #6B959D

Tints of Cadet Blue #6B959D

RGB

 RED value IS 107 (42.19% from 255) = 25.91%

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

 BLUE value IS 157 (61.72% from 255) = 38.01%

R = 25.91%
G = 36.08%
B = 38.01%

CMYK

 C value IS 0.32

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6B959D (or 0x6B959D) is known color: Cadet Blue. HEX triplet: 6B, 95 and 9D. RGB value is (107,149,157). Sum of RGB (Red+Green+Blue) = 107+149+157=413 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.91% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 157 - color contains mainly: blue. Hex color #6B959D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B959D is #946A62. Grayscale: #898989. Windows color (decimal): -9726563 or 10327403. OLE color: 10327403.

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

Color convert

RGB 107 149 157 -
CMYK 0.32 0.05 0 0.38
HSL 189.6º 0.2% 0.52% -
HSV(B) 189.6º 0.32% 0.62% -
XYZ 22.9 27.06 35.91 -
YUV 137.35 139.09 106.35 -
System Red Green Blue C M Y K H S L
Decimal 107 149 157 0.32 0.05 0 0.38 189.6 0.2 0.52
Hex 6B 95 9D 20 5 0 26 BE 14 34
Octal 153 225 235 40 5 0 46 276 24 64
Binary 1101011 10010101 10011101 100000 101 0 100110 10111110 10100 110100

Color Harmonies of #6B959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B959D

Black with #6B959D

Text Example


Text Example

White with #6B959D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,149,157); }

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

background-color css

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

 a { background-color: rgb(107,149,157); }

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

border-color css

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

 span { border-color: rgb(107,149,157); }

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