Html Css Color HEX #6B84B2 Ship Cove

📋 copy color: '#6B84B2'

red 107 ◦ green 132 ◦ blue 178

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

Shades of Ship Cove #6B84B2

Tints of Ship Cove #6B84B2

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.65%

 BLUE value IS 178 (69.92% from 255) = 42.69%

R = 25.66%
G = 31.65%
B = 42.69%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6B84B2 (or 0x6B84B2) is known color: Ship Cove. HEX triplet: 6B, 84 and B2. RGB value is (107,132,178). Sum of RGB (Red+Green+Blue) = 107+132+178=417 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.66% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 178 (69.92% from 255 or 42.69% from 417); Max value from RGB is 178 - color contains mainly: blue. Hex color #6B84B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B84B2 is #947B4D. Grayscale: #818181. Windows color (decimal): -9730894 or 11699307. OLE color: 11699307.

HSL color Cylindrical-coordinate representation of color #6B84B2: hue angle of 218.87º 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 #6B84B2 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 107 132 178 -
CMYK 0.40 0.26 0 0.30
HSL 218.87º 0.32% 0.56% -
HSV(B) 218.87º 0.4% 0.7% -
XYZ 22.35 22.84 45.35 -
YUV 129.77 155.22 111.76 -
System Red Green Blue C M Y K H S L
Decimal 107 132 178 0.40 0.26 0 0.30 218.87 0.32 0.56
Hex 6B 84 B2 28 1A 0 1E DB 20 38
Octal 153 204 262 50 32 0 36 333 40 70
Binary 1101011 10000100 10110010 101000 11010 0 11110 11011011 100000 111000

Color Harmonies of #6B84B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B84B2

Black with #6B84B2

Text Example


Text Example

White with #6B84B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,132,178); }

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

background-color css

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

 a { background-color: rgb(107,132,178); }

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

border-color css

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

 span { border-color: rgb(107,132,178); }

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