Html Css Color HEX #6D7BAA Ship Cove

📋 copy color: '#6D7BAA'

red 109 ◦ green 123 ◦ blue 170

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

Shades of Ship Cove #6D7BAA

Tints of Ship Cove #6D7BAA

RGB

 RED value IS 109 (42.97% from 255) = 27.11%

 GREEN value IS 123 (48.44% from 255) = 30.6%

 BLUE value IS 170 (66.8% from 255) = 42.29%

R = 27.11%
G = 30.6%
B = 42.29%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D7BAA (or 0x6D7BAA) is known color: Ship Cove. HEX triplet: 6D, 7B and AA. RGB value is (109,123,170). Sum of RGB (Red+Green+Blue) = 109+123+170=402 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.11% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 170 - color contains mainly: blue. Hex color #6D7BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7BAA is #928455. Grayscale: #7B7B7B. Windows color (decimal): -9602134 or 11172717. OLE color: 11172717.

HSL color Cylindrical-coordinate representation of color #6D7BAA: hue angle of 226.23º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6D7BAA is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 123 170 -
CMYK 0.36 0.28 0 0.33
HSL 226.23º 0.26% 0.55% -
HSV(B) 226.23º 0.36% 0.67% -
XYZ 20.65 20.32 40.86 -
YUV 124.17 153.86 117.18 -
System Red Green Blue C M Y K H S L
Decimal 109 123 170 0.36 0.28 0 0.33 226.23 0.26 0.55
Hex 6D 7B AA 24 1C 0 21 E2 1A 37
Octal 155 173 252 44 34 0 41 342 32 67
Binary 1101101 1111011 10101010 100100 11100 0 100001 11100010 11010 110111

Color Harmonies of #6D7BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7BAA

Black with #6D7BAA

Text Example


Text Example

White with #6D7BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,123,170); }

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

background-color css

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

 a { background-color: rgb(109,123,170); }

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

border-color css

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

 span { border-color: rgb(109,123,170); }

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