Html Css Color HEX #6995A1 Bermuda Grey

📋 copy color: '#6995A1'

red 105 ◦ green 149 ◦ blue 161

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

Shades of Bermuda Grey #6995A1

Tints of Bermuda Grey #6995A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 38.8%

R = 25.3%
G = 35.9%
B = 38.8%

CMYK

 C value IS 0.35

 M value IS 0.07

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6995A1 (or 0x6995A1) is known color: Bermuda Grey. HEX triplet: 69, 95 and A1. RGB value is (105,149,161). Sum of RGB (Red+Green+Blue) = 105+149+161=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 161 (63.28% from 255 or 38.80% from 415); Max value from RGB is 161 - color contains mainly: blue. Hex color #6995A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6995A1 is #966A5E. Grayscale: #898989. Windows color (decimal): -9857631 or 10589545. OLE color: 10589545.

HSL color Cylindrical-coordinate representation of color #6995A1: hue angle of 192.86º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6995A1 is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 105 149 161 -
CMYK 0.35 0.07 0 0.37
HSL 192.86º 0.23% 0.52% -
HSV(B) 192.86º 0.35% 0.63% -
XYZ 23.01 27.07 37.73 -
YUV 137.21 141.42 105.02 -
System Red Green Blue C M Y K H S L
Decimal 105 149 161 0.35 0.07 0 0.37 192.86 0.23 0.52
Hex 69 95 A1 23 7 0 25 C1 17 34
Octal 151 225 241 43 7 0 45 301 27 64
Binary 1101001 10010101 10100001 100011 111 0 100101 11000001 10111 110100

Color Harmonies of #6995A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6995A1

Black with #6995A1

Text Example


Text Example

White with #6995A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6995A1; }

 p { color: rgb(105,149,161); }

 H1.HeaderClassName
 {
   color: #6995A1;
 }
 .AnyTagClassName
 {
   color: #6995A1;
 }
</style>

background-color css

<style>
 a { background-color: #6995A1; }

 a { background-color: rgb(105,149,161); }

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

border-color css

<style>
 span { border-color: #6995A1; }

 span { border-color: rgb(105,149,161); }

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