Html Css Color HEX #6D7BAB Ship Cove

📋 copy color: '#6D7BAB'

red 109 ◦ green 123 ◦ blue 171

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

Shades of Ship Cove #6D7BAB

Tints of Ship Cove #6D7BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.43%

R = 27.05%
G = 30.52%
B = 42.43%

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

#6D7BAB (or 0x6D7BAB) is known color: Ship Cove. HEX triplet: 6D, 7B and AB. RGB value is (109,123,171). Sum of RGB (Red+Green+Blue) = 109+123+171=403 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.05% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D7BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7BAB is #928454. Grayscale: #7C7C7C. Windows color (decimal): -9602133 or 11238253. OLE color: 11238253.

HSL color Cylindrical-coordinate representation of color #6D7BAB: hue angle of 226.45º degrees, saturation: 0.27, 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 #6D7BAB is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 123 171 -
CMYK 0.36 0.28 0 0.33
HSL 226.45º 0.27% 0.55% -
HSV(B) 226.45º 0.36% 0.67% -
XYZ 20.74 20.36 41.36 -
YUV 124.29 154.36 117.1 -
System Red Green Blue C M Y K H S L
Decimal 109 123 171 0.36 0.28 0 0.33 226.45 0.27 0.55
Hex 6D 7B AB 24 1C 0 21 E2 1B 37
Octal 155 173 253 44 34 0 41 342 33 67
Binary 1101101 1111011 10101011 100100 11100 0 100001 11100010 11011 110111

Color Harmonies of #6D7BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7BAB

Black with #6D7BAB

Text Example


Text Example

White with #6D7BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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