Html Css Color HEX #6F8CA4 Bermuda Grey

📋 copy color: '#6F8CA4'

red 111 ◦ green 140 ◦ blue 164

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

Shades of Bermuda Grey #6F8CA4

Tints of Bermuda Grey #6F8CA4

RGB

 RED value IS 111 (43.75% from 255) = 26.75%

 GREEN value IS 140 (55.08% from 255) = 33.73%

 BLUE value IS 164 (64.45% from 255) = 39.52%

R = 26.75%
G = 33.73%
B = 39.52%

CMYK

 C value IS 0.32

 M value IS 0.15

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6F8CA4 (or 0x6F8CA4) is known color: Bermuda Grey. HEX triplet: 6F, 8C and A4. RGB value is (111,140,164). Sum of RGB (Red+Green+Blue) = 111+140+164=415 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.75% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 164 (64.45% from 255 or 39.52% from 415); Max value from RGB is 164 - color contains mainly: blue. Hex color #6F8CA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8CA4 is #90735B. Grayscale: #858585. Windows color (decimal): -9466716 or 10783855. OLE color: 10783855.

HSL color Cylindrical-coordinate representation of color #6F8CA4: hue angle of 207.17º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F8CA4 is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 111 140 164 -
CMYK 0.32 0.15 0 0.36
HSL 207.17º 0.23% 0.54% -
HSV(B) 207.17º 0.32% 0.64% -
XYZ 22.63 24.82 38.72 -
YUV 134.07 144.89 111.55 -
System Red Green Blue C M Y K H S L
Decimal 111 140 164 0.32 0.15 0 0.36 207.17 0.23 0.54
Hex 6F 8C A4 20 F 0 24 CF 17 36
Octal 157 214 244 40 17 0 44 317 27 66
Binary 1101111 10001100 10100100 100000 1111 0 100100 11001111 10111 110110

Color Harmonies of #6F8CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8CA4

Black with #6F8CA4

Text Example


Text Example

White with #6F8CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F8CA4; }

 p { color: rgb(111,140,164); }

 H1.HeaderClassName
 {
   color: #6F8CA4;
 }
 .AnyTagClassName
 {
   color: #6F8CA4;
 }
</style>

background-color css

<style>
 a { background-color: #6F8CA4; }

 a { background-color: rgb(111,140,164); }

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

border-color css

<style>
 span { border-color: #6F8CA4; }

 span { border-color: rgb(111,140,164); }

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