Html Css Color HEX #6D909B Horizon

📋 copy color: '#6D909B'

red 109 ◦ green 144 ◦ blue 155

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

Shades of Horizon #6D909B

Tints of Horizon #6D909B

RGB

 RED value IS 109 (42.97% from 255) = 26.72%

 GREEN value IS 144 (56.64% from 255) = 35.29%

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

R = 26.72%
G = 35.29%
B = 37.99%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D909B (or 0x6D909B) is known color: Horizon. HEX triplet: 6D, 90 and 9B. RGB value is (109,144,155). Sum of RGB (Red+Green+Blue) = 109+144+155=408 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.72% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D909B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D909B is #926F64. Grayscale: #868686. Windows color (decimal): -9596773 or 10195053. OLE color: 10195053.

HSL color Cylindrical-coordinate representation of color #6D909B: hue angle of 194.35º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D909B is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 109 144 155 -
CMYK 0.30 0.07 0 0.39
HSL 194.35º 0.19% 0.52% -
HSV(B) 194.35º 0.3% 0.61% -
XYZ 22.2 25.56 34.77 -
YUV 134.79 139.4 109.61 -
System Red Green Blue C M Y K H S L
Decimal 109 144 155 0.30 0.07 0 0.39 194.35 0.19 0.52
Hex 6D 90 9B 1E 7 0 27 C2 13 34
Octal 155 220 233 36 7 0 47 302 23 64
Binary 1101101 10010000 10011011 11110 111 0 100111 11000010 10011 110100

Color Harmonies of #6D909B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D909B

Black with #6D909B

Text Example


Text Example

White with #6D909B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,144,155); }

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

background-color css

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

 a { background-color: rgb(109,144,155); }

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

border-color css

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

 span { border-color: rgb(109,144,155); }

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