Html Css Color HEX #6C909B Horizon

📋 copy color: '#6C909B'

red 108 ◦ green 144 ◦ blue 155

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

Shades of Horizon #6C909B

Tints of Horizon #6C909B

RGB

 RED value IS 108 (42.58% from 255) = 26.54%

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

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

R = 26.54%
G = 35.38%
B = 38.08%

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

#6C909B (or 0x6C909B) is known color: Horizon. HEX triplet: 6C, 90 and 9B. RGB value is (108,144,155). Sum of RGB (Red+Green+Blue) = 108+144+155=407 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.54% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C909B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C909B is #936F64. Grayscale: #868686. Windows color (decimal): -9662309 or 10195052. OLE color: 10195052.

HSL color Cylindrical-coordinate representation of color #6C909B: hue angle of 194.04º 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 #6C909B is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 108 144 155 -
CMYK 0.30 0.07 0 0.39
HSL 194.04º 0.19% 0.52% -
HSV(B) 194.04º 0.3% 0.61% -
XYZ 22.07 25.5 34.77 -
YUV 134.49 139.57 109.11 -
System Red Green Blue C M Y K H S L
Decimal 108 144 155 0.30 0.07 0 0.39 194.04 0.19 0.52
Hex 6C 90 9B 1E 7 0 27 C2 13 34
Octal 154 220 233 36 7 0 47 302 23 64
Binary 1101100 10010000 10011011 11110 111 0 100111 11000010 10011 110100

Color Harmonies of #6C909B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C909B

Black with #6C909B

Text Example


Text Example

White with #6C909B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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