Html Css Color HEX #6C83AF Ship Cove

📋 copy color: '#6C83AF'

red 108 ◦ green 131 ◦ blue 175

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

Shades of Ship Cove #6C83AF

Tints of Ship Cove #6C83AF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.64%

 BLUE value IS 175 (68.75% from 255) = 42.27%

R = 26.09%
G = 31.64%
B = 42.27%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6C83AF (or 0x6C83AF) is known color: Ship Cove. HEX triplet: 6C, 83 and AF. RGB value is (108,131,175). Sum of RGB (Red+Green+Blue) = 108+131+175=414 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.09% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 175 - color contains mainly: blue. Hex color #6C83AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C83AF is #937C50. Grayscale: #808080. Windows color (decimal): -9665617 or 11502444. OLE color: 11502444.

HSL color Cylindrical-coordinate representation of color #6C83AF: hue angle of 219.4º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6C83AF is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 108 131 175 -
CMYK 0.38 0.25 0 0.31
HSL 219.4º 0.3% 0.55% -
HSV(B) 219.4º 0.38% 0.69% -
XYZ 22.04 22.52 43.74 -
YUV 129.14 153.88 112.92 -
System Red Green Blue C M Y K H S L
Decimal 108 131 175 0.38 0.25 0 0.31 219.4 0.3 0.55
Hex 6C 83 AF 26 19 0 1F DB 1E 37
Octal 154 203 257 46 31 0 37 333 36 67
Binary 1101100 10000011 10101111 100110 11001 0 11111 11011011 11110 110111

Color Harmonies of #6C83AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C83AF

Black with #6C83AF

Text Example


Text Example

White with #6C83AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,131,175); }

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

background-color css

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

 a { background-color: rgb(108,131,175); }

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

border-color css

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

 span { border-color: rgb(108,131,175); }

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