Html Css Color HEX #678AA5 Bermuda Grey

📋 copy color: '#678AA5'

red 103 ◦ green 138 ◦ blue 165

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

Shades of Bermuda Grey #678AA5

Tints of Bermuda Grey #678AA5

RGB

 RED value IS 103 (40.63% from 255) = 25.37%

 GREEN value IS 138 (54.3% from 255) = 33.99%

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

R = 25.37%
G = 33.99%
B = 40.64%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#678AA5 (or 0x678AA5) is known color: Bermuda Grey. HEX triplet: 67, 8A and A5. RGB value is (103,138,165). Sum of RGB (Red+Green+Blue) = 103+138+165=406 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.37% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 165 (64.84% from 255 or 40.64% from 406); Max value from RGB is 165 - color contains mainly: blue. Hex color #678AA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678AA5 is #98755A. Grayscale: #828282. Windows color (decimal): -9991515 or 10848871. OLE color: 10848871.

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

Color convert

RGB 103 138 165 -
CMYK 0.38 0.16 0 0.35
HSL 206.13º 0.26% 0.53% -
HSV(B) 206.13º 0.38% 0.65% -
XYZ 21.47 23.78 39.05 -
YUV 130.61 147.4 108.3 -
System Red Green Blue C M Y K H S L
Decimal 103 138 165 0.38 0.16 0 0.35 206.13 0.26 0.53
Hex 67 8A A5 26 10 0 23 CE 1A 35
Octal 147 212 245 46 20 0 43 316 32 65
Binary 1100111 10001010 10100101 100110 10000 0 100011 11001110 11010 110101

Color Harmonies of #678AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678AA5

Black with #678AA5

Text Example


Text Example

White with #678AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678AA5; }

 p { color: rgb(103,138,165); }

 H1.HeaderClassName
 {
   color: #678AA5;
 }
 .AnyTagClassName
 {
   color: #678AA5;
 }
</style>

background-color css

<style>
 a { background-color: #678AA5; }

 a { background-color: rgb(103,138,165); }

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

border-color css

<style>
 span { border-color: #678AA5; }

 span { border-color: rgb(103,138,165); }

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