Html Css Color HEX #67869F Bermuda Grey

📋 copy color: '#67869F'

red 103 ◦ green 134 ◦ blue 159

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

Shades of Bermuda Grey #67869F

Tints of Bermuda Grey #67869F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.84%

 BLUE value IS 159 (62.5% from 255) = 40.15%

R = 26.01%
G = 33.84%
B = 40.15%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#67869F (or 0x67869F) is known color: Bermuda Grey. HEX triplet: 67, 86 and 9F. RGB value is (103,134,159). Sum of RGB (Red+Green+Blue) = 103+134+159=396 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.01% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 159 - color contains mainly: blue. Hex color #67869F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67869F is #987960. Grayscale: #7F7F7F. Windows color (decimal): -9992545 or 10454631. OLE color: 10454631.

HSL color Cylindrical-coordinate representation of color #67869F: hue angle of 206.79º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #67869F is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 103 134 159 -
CMYK 0.35 0.16 0 0.38
HSL 206.79º 0.23% 0.51% -
HSV(B) 206.79º 0.35% 0.62% -
XYZ 20.38 22.44 36.06 -
YUV 127.58 145.73 110.47 -
System Red Green Blue C M Y K H S L
Decimal 103 134 159 0.35 0.16 0 0.38 206.79 0.23 0.51
Hex 67 86 9F 23 10 0 26 CF 17 33
Octal 147 206 237 43 20 0 46 317 27 63
Binary 1100111 10000110 10011111 100011 10000 0 100110 11001111 10111 110011

Color Harmonies of #67869F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67869F

Black with #67869F

Text Example


Text Example

White with #67869F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67869F; }

 p { color: rgb(103,134,159); }

 H1.HeaderClassName
 {
   color: #67869F;
 }
 .AnyTagClassName
 {
   color: #67869F;
 }
</style>

background-color css

<style>
 a { background-color: #67869F; }

 a { background-color: rgb(103,134,159); }

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

border-color css

<style>
 span { border-color: #67869F; }

 span { border-color: rgb(103,134,159); }

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