Html Css Color HEX #6F7EAC Ship Cove

📋 copy color: '#6F7EAC'

red 111 ◦ green 126 ◦ blue 172

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

Shades of Ship Cove #6F7EAC

Tints of Ship Cove #6F7EAC

RGB

 RED value IS 111 (43.75% from 255) = 27.14%

 GREEN value IS 126 (49.61% from 255) = 30.81%

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

R = 27.14%
G = 30.81%
B = 42.05%

CMYK

 C value IS 0.35

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F7EAC (or 0x6F7EAC) is known color: Ship Cove. HEX triplet: 6F, 7E and AC. RGB value is (111,126,172). Sum of RGB (Red+Green+Blue) = 111+126+172=409 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.14% from 409); Green value is 126 (49.61% from 255 or 30.81% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F7EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7EAC is #908153. Grayscale: #7E7E7E. Windows color (decimal): -9470292 or 11304559. OLE color: 11304559.

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

Color convert

RGB 111 126 172 -
CMYK 0.35 0.27 0 0.33
HSL 225.25º 0.27% 0.55% -
HSV(B) 225.25º 0.35% 0.67% -
XYZ 21.46 21.28 42.01 -
YUV 126.76 153.53 116.76 -
System Red Green Blue C M Y K H S L
Decimal 111 126 172 0.35 0.27 0 0.33 225.25 0.27 0.55
Hex 6F 7E AC 23 1B 0 21 E1 1B 37
Octal 157 176 254 43 33 0 41 341 33 67
Binary 1101111 1111110 10101100 100011 11011 0 100001 11100001 11011 110111

Color Harmonies of #6F7EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7EAC

Black with #6F7EAC

Text Example


Text Example

White with #6F7EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,126,172); }

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

background-color css

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

 a { background-color: rgb(111,126,172); }

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

border-color css

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

 span { border-color: rgb(111,126,172); }

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