Html Css Color HEX #6B7FAC Ship Cove

📋 copy color: '#6B7FAC'

red 107 ◦ green 127 ◦ blue 172

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

Shades of Ship Cove #6B7FAC

Tints of Ship Cove #6B7FAC

RGB

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

 GREEN value IS 127 (50% from 255) = 31.28%

 BLUE value IS 172 (67.58% from 255) = 42.36%

R = 26.35%
G = 31.28%
B = 42.36%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B7FAC (or 0x6B7FAC) is known color: Ship Cove. HEX triplet: 6B, 7F and AC. RGB value is (107,127,172). Sum of RGB (Red+Green+Blue) = 107+127+172=406 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.35% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #6B7FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7FAC is #948053. Grayscale: #7D7D7D. Windows color (decimal): -9732180 or 11304811. OLE color: 11304811.

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

Color convert

RGB 107 127 172 -
CMYK 0.38 0.26 0 0.33
HSL 221.54º 0.28% 0.55% -
HSV(B) 221.54º 0.38% 0.67% -
XYZ 21.1 21.28 42.03 -
YUV 126.15 153.87 114.34 -
System Red Green Blue C M Y K H S L
Decimal 107 127 172 0.38 0.26 0 0.33 221.54 0.28 0.55
Hex 6B 7F AC 26 1A 0 21 DE 1C 37
Octal 153 177 254 46 32 0 41 336 34 67
Binary 1101011 1111111 10101100 100110 11010 0 100001 11011110 11100 110111

Color Harmonies of #6B7FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7FAC

Black with #6B7FAC

Text Example


Text Example

White with #6B7FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,127,172); }

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

background-color css

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

 a { background-color: rgb(107,127,172); }

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

border-color css

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

 span { border-color: rgb(107,127,172); }

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