Html Css Color HEX #6692A5 Bermuda Grey

📋 copy color: '#6692A5'

red 102 ◦ green 146 ◦ blue 165

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

Shades of Bermuda Grey #6692A5

Tints of Bermuda Grey #6692A5

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.35%

 BLUE value IS 165 (64.84% from 255) = 39.95%

R = 24.7%
G = 35.35%
B = 39.95%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6692A5 (or 0x6692A5) is known color: Bermuda Grey. HEX triplet: 66, 92 and A5. RGB value is (102,146,165). Sum of RGB (Red+Green+Blue) = 102+146+165=413 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.70% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 165 (64.84% from 255 or 39.95% from 413); Max value from RGB is 165 - color contains mainly: blue. Hex color #6692A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6692A5 is #996D5A. Grayscale: #868686. Windows color (decimal): -10055003 or 10850918. OLE color: 10850918.

HSL color Cylindrical-coordinate representation of color #6692A5: hue angle of 198.1º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6692A5 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 102 146 165 -
CMYK 0.38 0.12 0 0.35
HSL 198.1º 0.26% 0.52% -
HSV(B) 198.1º 0.38% 0.65% -
XYZ 22.55 26.1 39.45 -
YUV 135.01 144.92 104.46 -
System Red Green Blue C M Y K H S L
Decimal 102 146 165 0.38 0.12 0 0.35 198.1 0.26 0.52
Hex 66 92 A5 26 C 0 23 C6 1A 34
Octal 146 222 245 46 14 0 43 306 32 64
Binary 1100110 10010010 10100101 100110 1100 0 100011 11000110 11010 110100

Color Harmonies of #6692A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6692A5

Black with #6692A5

Text Example


Text Example

White with #6692A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6692A5; }

 p { color: rgb(102,146,165); }

 H1.HeaderClassName
 {
   color: #6692A5;
 }
 .AnyTagClassName
 {
   color: #6692A5;
 }
</style>

background-color css

<style>
 a { background-color: #6692A5; }

 a { background-color: rgb(102,146,165); }

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

border-color css

<style>
 span { border-color: #6692A5; }

 span { border-color: rgb(102,146,165); }

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