Html Css Color HEX #6B7DAE Ship Cove

📋 copy color: '#6B7DAE'

red 107 ◦ green 125 ◦ blue 174

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

Shades of Ship Cove #6B7DAE

Tints of Ship Cove #6B7DAE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.79%

 BLUE value IS 174 (68.36% from 255) = 42.86%

R = 26.35%
G = 30.79%
B = 42.86%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6B7DAE (or 0x6B7DAE) is known color: Ship Cove. HEX triplet: 6B, 7D and AE. RGB value is (107,125,174). Sum of RGB (Red+Green+Blue) = 107+125+174=406 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.35% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 174 - color contains mainly: blue. Hex color #6B7DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7DAE is #948251. Grayscale: #7C7C7C. Windows color (decimal): -9732690 or 11435371. OLE color: 11435371.

HSL color Cylindrical-coordinate representation of color #6B7DAE: hue angle of 223.88º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6B7DAE is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 107 125 174 -
CMYK 0.39 0.28 0 0.32
HSL 223.88º 0.29% 0.55% -
HSV(B) 223.88º 0.39% 0.68% -
XYZ 21.04 20.85 42.96 -
YUV 125.2 155.54 115.02 -
System Red Green Blue C M Y K H S L
Decimal 107 125 174 0.39 0.28 0 0.32 223.88 0.29 0.55
Hex 6B 7D AE 27 1C 0 20 E0 1D 37
Octal 153 175 256 47 34 0 40 340 35 67
Binary 1101011 1111101 10101110 100111 11100 0 100000 11100000 11101 110111

Color Harmonies of #6B7DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7DAE

Black with #6B7DAE

Text Example


Text Example

White with #6B7DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,125,174); }

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

background-color css

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

 a { background-color: rgb(107,125,174); }

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

border-color css

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

 span { border-color: rgb(107,125,174); }

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