Html Css Color HEX #6C7BA3 Ship Cove

📋 copy color: '#6C7BA3'

red 108 ◦ green 123 ◦ blue 163

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

Shades of Ship Cove #6C7BA3

Tints of Ship Cove #6C7BA3

RGB

 RED value IS 108 (42.58% from 255) = 27.41%

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

 BLUE value IS 163 (64.06% from 255) = 41.37%

R = 27.41%
G = 31.22%
B = 41.37%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6C7BA3 (or 0x6C7BA3) is known color: Ship Cove. HEX triplet: 6C, 7B and A3. RGB value is (108,123,163). Sum of RGB (Red+Green+Blue) = 108+123+163=394 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.41% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 163 (64.06% from 255 or 41.37% from 394); Max value from RGB is 163 - color contains mainly: blue. Hex color #6C7BA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7BA3 is #93845C. Grayscale: #7A7A7A. Windows color (decimal): -9667677 or 10713964. OLE color: 10713964.

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

Color convert

RGB 108 123 163 -
CMYK 0.34 0.25 0 0.36
HSL 223.64º 0.23% 0.53% -
HSV(B) 223.64º 0.34% 0.64% -
XYZ 19.88 20 37.46 -
YUV 123.08 150.53 117.25 -
System Red Green Blue C M Y K H S L
Decimal 108 123 163 0.34 0.25 0 0.36 223.64 0.23 0.53
Hex 6C 7B A3 22 19 0 24 E0 17 35
Octal 154 173 243 42 31 0 44 340 27 65
Binary 1101100 1111011 10100011 100010 11001 0 100100 11100000 10111 110101

Color Harmonies of #6C7BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7BA3

Black with #6C7BA3

Text Example


Text Example

White with #6C7BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,123,163); }

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

background-color css

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

 a { background-color: rgb(108,123,163); }

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

border-color css

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

 span { border-color: rgb(108,123,163); }

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