Html Css Color HEX #6B8FAE Bermuda Grey

📋 copy color: '#6B8FAE'

red 107 ◦ green 143 ◦ blue 174

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

Shades of Bermuda Grey #6B8FAE

Tints of Bermuda Grey #6B8FAE

RGB

 RED value IS 107 (42.19% from 255) = 25.24%

 GREEN value IS 143 (56.25% from 255) = 33.73%

 BLUE value IS 174 (68.36% from 255) = 41.04%

R = 25.24%
G = 33.73%
B = 41.04%

CMYK

 C value IS 0.39

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6B8FAE (or 0x6B8FAE) is known color: Bermuda Grey. HEX triplet: 6B, 8F and AE. RGB value is (107,143,174). Sum of RGB (Red+Green+Blue) = 107+143+174=424 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.24% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 174 - color contains mainly: blue. Hex color #6B8FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8FAE is #947051. Grayscale: #878787. Windows color (decimal): -9728082 or 11439979. OLE color: 11439979.

HSL color Cylindrical-coordinate representation of color #6B8FAE: hue angle of 207.76º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6B8FAE is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 107 143 174 -
CMYK 0.39 0.18 0 0.32
HSL 207.76º 0.29% 0.55% -
HSV(B) 207.76º 0.39% 0.68% -
XYZ 23.53 25.83 43.79 -
YUV 135.77 149.57 107.48 -
System Red Green Blue C M Y K H S L
Decimal 107 143 174 0.39 0.18 0 0.32 207.76 0.29 0.55
Hex 6B 8F AE 27 12 0 20 D0 1D 37
Octal 153 217 256 47 22 0 40 320 35 67
Binary 1101011 10001111 10101110 100111 10010 0 100000 11010000 11101 110111

Color Harmonies of #6B8FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8FAE

Black with #6B8FAE

Text Example


Text Example

White with #6B8FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,143,174); }

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

background-color css

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

 a { background-color: rgb(107,143,174); }

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

border-color css

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

 span { border-color: rgb(107,143,174); }

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