Html Css Color HEX #6C7FB3 Ship Cove

📋 copy color: '#6C7FB3'

red 108 ◦ green 127 ◦ blue 179

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

Shades of Ship Cove #6C7FB3

Tints of Ship Cove #6C7FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 43.24%

R = 26.09%
G = 30.68%
B = 43.24%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6C7FB3 (or 0x6C7FB3) is known color: Ship Cove. HEX triplet: 6C, 7F and B3. RGB value is (108,127,179). Sum of RGB (Red+Green+Blue) = 108+127+179=414 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.09% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 179 (70.31% from 255 or 43.24% from 414); Max value from RGB is 179 - color contains mainly: blue. Hex color #6C7FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C7FB3 is #93804C. Grayscale: #7F7F7F. Windows color (decimal): -9666637 or 11763564. OLE color: 11763564.

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

Color convert

RGB 108 127 179 -
CMYK 0.40 0.29 0 0.30
HSL 223.94º 0.32% 0.56% -
HSV(B) 223.94º 0.4% 0.7% -
XYZ 21.91 21.62 45.67 -
YUV 127.25 157.21 114.27 -
System Red Green Blue C M Y K H S L
Decimal 108 127 179 0.40 0.29 0 0.30 223.94 0.32 0.56
Hex 6C 7F B3 28 1D 0 1E E0 20 38
Octal 154 177 263 50 35 0 36 340 40 70
Binary 1101100 1111111 10110011 101000 11101 0 11110 11100000 100000 111000

Color Harmonies of #6C7FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7FB3

Black with #6C7FB3

Text Example


Text Example

White with #6C7FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,127,179); }

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

background-color css

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

 a { background-color: rgb(108,127,179); }

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

border-color css

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

 span { border-color: rgb(108,127,179); }

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