Html Css Color HEX #6B88AC Ship Cove

📋 copy color: '#6B88AC'

red 107 ◦ green 136 ◦ blue 172

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

Shades of Ship Cove #6B88AC

Tints of Ship Cove #6B88AC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.77%

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

R = 25.78%
G = 32.77%
B = 41.45%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B88AC (or 0x6B88AC) is known color: Ship Cove. HEX triplet: 6B, 88 and AC. RGB value is (107,136,172). Sum of RGB (Red+Green+Blue) = 107+136+172=415 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.78% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #6B88AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B88AC is #947753. Grayscale: #838383. Windows color (decimal): -9729876 or 11307115. OLE color: 11307115.

HSL color Cylindrical-coordinate representation of color #6B88AC: hue angle of 213.23º 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 #6B88AC is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 107 136 172 -
CMYK 0.38 0.21 0 0.33
HSL 213.23º 0.28% 0.55% -
HSV(B) 213.23º 0.38% 0.67% -
XYZ 22.31 23.71 42.43 -
YUV 131.43 150.89 110.57 -
System Red Green Blue C M Y K H S L
Decimal 107 136 172 0.38 0.21 0 0.33 213.23 0.28 0.55
Hex 6B 88 AC 26 15 0 21 D5 1C 37
Octal 153 210 254 46 25 0 41 325 34 67
Binary 1101011 10001000 10101100 100110 10101 0 100001 11010101 11100 110111

Color Harmonies of #6B88AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B88AC

Black with #6B88AC

Text Example


Text Example

White with #6B88AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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