Html Css Color HEX #6B959A Cadet Blue

📋 copy color: '#6B959A'

red 107 ◦ green 149 ◦ blue 154

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

Shades of Cadet Blue #6B959A

Tints of Cadet Blue #6B959A

RGB

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

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

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

R = 26.1%
G = 36.34%
B = 37.56%

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

#6B959A (or 0x6B959A) is known color: Cadet Blue. HEX triplet: 6B, 95 and 9A. RGB value is (107,149,154). Sum of RGB (Red+Green+Blue) = 107+149+154=410 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.10% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 154 - color contains mainly: blue. Hex color #6B959A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B959A is #946A65. Grayscale: #888888. Windows color (decimal): -9726566 or 10130795. OLE color: 10130795.

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

Color convert

RGB 107 149 154 -
CMYK 0.31 0.03 0 0.40
HSL 186.38º 0.19% 0.51% -
HSV(B) 186.38º 0.31% 0.6% -
XYZ 22.64 26.95 34.58 -
YUV 137.01 137.59 106.59 -
System Red Green Blue C M Y K H S L
Decimal 107 149 154 0.31 0.03 0 0.40 186.38 0.19 0.51
Hex 6B 95 9A 1F 3 0 28 BA 13 33
Octal 153 225 232 37 3 0 50 272 23 63
Binary 1101011 10010101 10011010 11111 11 0 101000 10111010 10011 110011

Color Harmonies of #6B959A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B959A

Black with #6B959A

Text Example


Text Example

White with #6B959A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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