Html Css Color HEX #69849D Bermuda Grey

📋 copy color: '#69849D'

red 105 ◦ green 132 ◦ blue 157

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

Shades of Bermuda Grey #69849D

Tints of Bermuda Grey #69849D

RGB

 RED value IS 105 (41.41% from 255) = 26.65%

 GREEN value IS 132 (51.95% from 255) = 33.5%

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

R = 26.65%
G = 33.5%
B = 39.85%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#69849D (or 0x69849D) is known color: Bermuda Grey. HEX triplet: 69, 84 and 9D. RGB value is (105,132,157). Sum of RGB (Red+Green+Blue) = 105+132+157=394 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.65% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 157 - color contains mainly: blue. Hex color #69849D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69849D is #967B62. Grayscale: #7E7E7E. Windows color (decimal): -9861987 or 10323049. OLE color: 10323049.

HSL color Cylindrical-coordinate representation of color #69849D: hue angle of 208.85º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #69849D is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 132 157 -
CMYK 0.33 0.16 0 0.38
HSL 208.85º 0.21% 0.51% -
HSV(B) 208.85º 0.33% 0.62% -
XYZ 20.16 21.94 35.07 -
YUV 126.78 145.05 112.47 -
System Red Green Blue C M Y K H S L
Decimal 105 132 157 0.33 0.16 0 0.38 208.85 0.21 0.51
Hex 69 84 9D 21 10 0 26 D1 15 33
Octal 151 204 235 41 20 0 46 321 25 63
Binary 1101001 10000100 10011101 100001 10000 0 100110 11010001 10101 110011

Color Harmonies of #69849D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69849D

Black with #69849D

Text Example


Text Example

White with #69849D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69849D; }

 p { color: rgb(105,132,157); }

 H1.HeaderClassName
 {
   color: #69849D;
 }
 .AnyTagClassName
 {
   color: #69849D;
 }
</style>

background-color css

<style>
 a { background-color: #69849D; }

 a { background-color: rgb(105,132,157); }

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

border-color css

<style>
 span { border-color: #69849D; }

 span { border-color: rgb(105,132,157); }

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