Html Css Color HEX #6B9C9B Cadet Blue

📋 copy color: '#6B9C9B'

red 107 ◦ green 156 ◦ blue 155

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

Shades of Cadet Blue #6B9C9B

Tints of Cadet Blue #6B9C9B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.32%

 BLUE value IS 155 (60.94% from 255) = 37.08%

R = 25.6%
G = 37.32%
B = 37.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#6B9C9B (or 0x6B9C9B) is known color: Cadet Blue. HEX triplet: 6B, 9C and 9B. RGB value is (107,156,155). Sum of RGB (Red+Green+Blue) = 107+156+155=418 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.60% from 418); Green value is 156 (61.33% from 255 or 37.32% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 156 - color contains mainly: green. Hex color #6B9C9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9C9B is #946364. Grayscale: #8D8D8D. Windows color (decimal): -9724773 or 10198123. OLE color: 10198123.

HSL color Cylindrical-coordinate representation of color #6B9C9B: hue angle of 178.78º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B9C9B is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 107 156 155 -
CMYK 0.31 0 0.01 0.39
HSL 178.78º 0.2% 0.52% -
HSV(B) 178.78º 0.31% 0.61% -
XYZ 23.87 29.27 35.4 -
YUV 141.24 135.77 103.58 -
System Red Green Blue C M Y K H S L
Decimal 107 156 155 0.31 0 0.01 0.39 178.78 0.2 0.52
Hex 6B 9C 9B 1F 0 1 27 B3 14 34
Octal 153 234 233 37 0 1 47 263 24 64
Binary 1101011 10011100 10011011 11111 0 1 100111 10110011 10100 110100

Color Harmonies of #6B9C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9C9B

Black with #6B9C9B

Text Example


Text Example

White with #6B9C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,156,155); }

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

background-color css

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

 a { background-color: rgb(107,156,155); }

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

border-color css

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

 span { border-color: rgb(107,156,155); }

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