Html Css Color HEX #6C94AB Bermuda Grey

📋 copy color: '#6C94AB'

red 108 ◦ green 148 ◦ blue 171

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

Shades of Bermuda Grey #6C94AB

Tints of Bermuda Grey #6C94AB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.66%

 BLUE value IS 171 (67.19% from 255) = 40.05%

R = 25.29%
G = 34.66%
B = 40.05%

CMYK

 C value IS 0.37

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C94AB (or 0x6C94AB) is known color: Bermuda Grey. HEX triplet: 6C, 94 and AB. RGB value is (108,148,171). Sum of RGB (Red+Green+Blue) = 108+148+171=427 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.29% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C94AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C94AB is #936B54. Grayscale: #8A8A8A. Windows color (decimal): -9661269 or 11244652. OLE color: 11244652.

HSL color Cylindrical-coordinate representation of color #6C94AB: hue angle of 201.9º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6C94AB is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 108 148 171 -
CMYK 0.37 0.13 0 0.33
HSL 201.9º 0.27% 0.55% -
HSV(B) 201.9º 0.37% 0.67% -
XYZ 24.12 27.31 42.53 -
YUV 138.66 146.25 106.13 -
System Red Green Blue C M Y K H S L
Decimal 108 148 171 0.37 0.13 0 0.33 201.9 0.27 0.55
Hex 6C 94 AB 25 D 0 21 CA 1B 37
Octal 154 224 253 45 15 0 41 312 33 67
Binary 1101100 10010100 10101011 100101 1101 0 100001 11001010 11011 110111

Color Harmonies of #6C94AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C94AB

Black with #6C94AB

Text Example


Text Example

White with #6C94AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,148,171); }

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

background-color css

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

 a { background-color: rgb(108,148,171); }

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

border-color css

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

 span { border-color: rgb(108,148,171); }

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