Html Css Color HEX #6CB4B1 Tradewind

📋 copy color: '#6CB4B1'

red 108 ◦ green 180 ◦ blue 177

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

Shades of Tradewind #6CB4B1

Tints of Tradewind #6CB4B1

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.71%

 BLUE value IS 177 (69.53% from 255) = 38.06%

R = 23.23%
G = 38.71%
B = 38.06%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#6CB4B1 (or 0x6CB4B1) is known color: Tradewind. HEX triplet: 6C, B4 and B1. RGB value is (108,180,177). Sum of RGB (Red+Green+Blue) = 108+180+177=465 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.23% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 177 (69.53% from 255 or 38.06% from 465); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB4B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB4B1 is #934B4E. Grayscale: #9E9E9E. Windows color (decimal): -9653071 or 11646060. OLE color: 11646060.

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

Color convert

RGB 108 180 177 -
CMYK 0.40 0 0.02 0.29
HSL 177.5º 0.32% 0.56% -
HSV(B) 177.5º 0.4% 0.71% -
XYZ 30.44 39 47.52 -
YUV 158.13 138.65 92.24 -
System Red Green Blue C M Y K H S L
Decimal 108 180 177 0.40 0 0.02 0.29 177.5 0.32 0.56
Hex 6C B4 B1 28 0 2 1D B2 20 38
Octal 154 264 261 50 0 2 35 262 40 70
Binary 1101100 10110100 10110001 101000 0 10 11101 10110010 100000 111000

Color Harmonies of #6CB4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB4B1

Black with #6CB4B1

Text Example


Text Example

White with #6CB4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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