Html Css Color HEX #67859C Bermuda Grey

📋 copy color: '#67859C'

red 103 ◦ green 133 ◦ blue 156

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

Shades of Bermuda Grey #67859C

Tints of Bermuda Grey #67859C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.93%

 BLUE value IS 156 (61.33% from 255) = 39.8%

R = 26.28%
G = 33.93%
B = 39.8%

CMYK

 C value IS 0.34

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#67859C (or 0x67859C) is known color: Bermuda Grey. HEX triplet: 67, 85 and 9C. RGB value is (103,133,156). Sum of RGB (Red+Green+Blue) = 103+133+156=392 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.28% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 156 - color contains mainly: blue. Hex color #67859C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67859C is #987A63. Grayscale: #7E7E7E. Windows color (decimal): -9992804 or 10257767. OLE color: 10257767.

HSL color Cylindrical-coordinate representation of color #67859C: hue angle of 206.04º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #67859C is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 103 133 156 -
CMYK 0.34 0.15 0 0.39
HSL 206.04º 0.21% 0.51% -
HSV(B) 206.04º 0.34% 0.61% -
XYZ 19.98 22.06 34.66 -
YUV 126.65 144.56 111.13 -
System Red Green Blue C M Y K H S L
Decimal 103 133 156 0.34 0.15 0 0.39 206.04 0.21 0.51
Hex 67 85 9C 22 F 0 27 CE 15 33
Octal 147 205 234 42 17 0 47 316 25 63
Binary 1100111 10000101 10011100 100010 1111 0 100111 11001110 10101 110011

Color Harmonies of #67859C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67859C

Black with #67859C

Text Example


Text Example

White with #67859C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67859C; }

 p { color: rgb(103,133,156); }

 H1.HeaderClassName
 {
   color: #67859C;
 }
 .AnyTagClassName
 {
   color: #67859C;
 }
</style>

background-color css

<style>
 a { background-color: #67859C; }

 a { background-color: rgb(103,133,156); }

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

border-color css

<style>
 span { border-color: #67859C; }

 span { border-color: rgb(103,133,156); }

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