Html Css Color HEX #6C85B4 Ship Cove

📋 copy color: '#6C85B4'

red 108 ◦ green 133 ◦ blue 180

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

Shades of Ship Cove #6C85B4

Tints of Ship Cove #6C85B4

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.59%

 BLUE value IS 180 (70.7% from 255) = 42.76%

R = 25.65%
G = 31.59%
B = 42.76%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6C85B4 (or 0x6C85B4) is known color: Ship Cove. HEX triplet: 6C, 85 and B4. RGB value is (108,133,180). Sum of RGB (Red+Green+Blue) = 108+133+180=421 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.65% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 180 (70.70% from 255 or 42.76% from 421); Max value from RGB is 180 - color contains mainly: blue. Hex color #6C85B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C85B4 is #937A4B. Grayscale: #828282. Windows color (decimal): -9665100 or 11830636. OLE color: 11830636.

HSL color Cylindrical-coordinate representation of color #6C85B4: hue angle of 219.17º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6C85B4 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 108 133 180 -
CMYK 0.40 0.26 0 0.29
HSL 219.17º 0.32% 0.56% -
HSV(B) 219.17º 0.4% 0.71% -
XYZ 22.81 23.26 46.47 -
YUV 130.88 155.72 111.68 -
System Red Green Blue C M Y K H S L
Decimal 108 133 180 0.40 0.26 0 0.29 219.17 0.32 0.56
Hex 6C 85 B4 28 1A 0 1D DB 20 38
Octal 154 205 264 50 32 0 35 333 40 70
Binary 1101100 10000101 10110100 101000 11010 0 11101 11011011 100000 111000

Color Harmonies of #6C85B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C85B4

Black with #6C85B4

Text Example


Text Example

White with #6C85B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,133,180); }

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

background-color css

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

 a { background-color: rgb(108,133,180); }

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

border-color css

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

 span { border-color: rgb(108,133,180); }

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