Html Css Color HEX #668DA1 Bermuda Grey

📋 copy color: '#668DA1'

red 102 ◦ green 141 ◦ blue 161

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

Shades of Bermuda Grey #668DA1

Tints of Bermuda Grey #668DA1

RGB

 RED value IS 102 (40.23% from 255) = 25.25%

 GREEN value IS 141 (55.47% from 255) = 34.9%

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

R = 25.25%
G = 34.9%
B = 39.85%

CMYK

 C value IS 0.37

 M value IS 0.12

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#668DA1 (or 0x668DA1) is known color: Bermuda Grey. HEX triplet: 66, 8D and A1. RGB value is (102,141,161). Sum of RGB (Red+Green+Blue) = 102+141+161=404 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.25% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 161 (63.28% from 255 or 39.85% from 404); Max value from RGB is 161 - color contains mainly: blue. Hex color #668DA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668DA1 is #99725E. Grayscale: #838383. Windows color (decimal): -10056287 or 10587494. OLE color: 10587494.

HSL color Cylindrical-coordinate representation of color #668DA1: hue angle of 200.34º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #668DA1 is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 102 141 161 -
CMYK 0.37 0.12 0 0.37
HSL 200.34º 0.24% 0.52% -
HSV(B) 200.34º 0.37% 0.63% -
XYZ 21.44 24.45 37.31 -
YUV 131.62 144.58 106.87 -
System Red Green Blue C M Y K H S L
Decimal 102 141 161 0.37 0.12 0 0.37 200.34 0.24 0.52
Hex 66 8D A1 25 C 0 25 C8 18 34
Octal 146 215 241 45 14 0 45 310 30 64
Binary 1100110 10001101 10100001 100101 1100 0 100101 11001000 11000 110100

Color Harmonies of #668DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668DA1

Black with #668DA1

Text Example


Text Example

White with #668DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668DA1; }

 p { color: rgb(102,141,161); }

 H1.HeaderClassName
 {
   color: #668DA1;
 }
 .AnyTagClassName
 {
   color: #668DA1;
 }
</style>

background-color css

<style>
 a { background-color: #668DA1; }

 a { background-color: rgb(102,141,161); }

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

border-color css

<style>
 span { border-color: #668DA1; }

 span { border-color: rgb(102,141,161); }

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