Html Css Color HEX #67879A Bermuda Grey

📋 copy color: '#67879A'

red 103 ◦ green 135 ◦ blue 154

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

Shades of Bermuda Grey #67879A

Tints of Bermuda Grey #67879A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.44%

 BLUE value IS 154 (60.55% from 255) = 39.29%

R = 26.28%
G = 34.44%
B = 39.29%

CMYK

 C value IS 0.33

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#67879A (or 0x67879A) is known color: Bermuda Grey. HEX triplet: 67, 87 and 9A. RGB value is (103,135,154). Sum of RGB (Red+Green+Blue) = 103+135+154=392 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.28% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 154 - color contains mainly: blue. Hex color #67879A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67879A is #987865. Grayscale: #7F7F7F. Windows color (decimal): -9992294 or 10127207. OLE color: 10127207.

HSL color Cylindrical-coordinate representation of color #67879A: hue angle of 202.35º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #67879A is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 103 135 154 -
CMYK 0.33 0.12 0 0.40
HSL 202.35º 0.2% 0.5% -
HSV(B) 202.35º 0.33% 0.6% -
XYZ 20.09 22.54 33.86 -
YUV 127.6 142.9 110.46 -
System Red Green Blue C M Y K H S L
Decimal 103 135 154 0.33 0.12 0 0.40 202.35 0.2 0.5
Hex 67 87 9A 21 C 0 28 CA 14 32
Octal 147 207 232 41 14 0 50 312 24 62
Binary 1100111 10000111 10011010 100001 1100 0 101000 11001010 10100 110010

Color Harmonies of #67879A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67879A

Black with #67879A

Text Example


Text Example

White with #67879A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67879A; }

 p { color: rgb(103,135,154); }

 H1.HeaderClassName
 {
   color: #67879A;
 }
 .AnyTagClassName
 {
   color: #67879A;
 }
</style>

background-color css

<style>
 a { background-color: #67879A; }

 a { background-color: rgb(103,135,154); }

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

border-color css

<style>
 span { border-color: #67879A; }

 span { border-color: rgb(103,135,154); }

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