Html Css Color HEX #6CBCA1 Keppel

📋 copy color: '#6CBCA1'

red 108 ◦ green 188 ◦ blue 161

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

Shades of Keppel #6CBCA1

Tints of Keppel #6CBCA1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.14%

 BLUE value IS 161 (63.28% from 255) = 35.23%

R = 23.63%
G = 41.14%
B = 35.23%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#6CBCA1 (or 0x6CBCA1) is known color: Keppel. HEX triplet: 6C, BC and A1. RGB value is (108,188,161). Sum of RGB (Red+Green+Blue) = 108+188+161=457 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.63% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 161 (63.28% from 255 or 35.23% from 457); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBCA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBCA1 is #93435E. Grayscale: #A1A1A1. Windows color (decimal): -9651039 or 10599532. OLE color: 10599532.

HSL color Cylindrical-coordinate representation of color #6CBCA1: hue angle of 159.75º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CBCA1 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 108 188 161 -
CMYK 0.43 0 0.14 0.26
HSL 159.75º 0.37% 0.58% -
HSV(B) 159.75º 0.43% 0.74% -
XYZ 30.6 41.73 40.16 -
YUV 161 128 90.2 -
System Red Green Blue C M Y K H S L
Decimal 108 188 161 0.43 0 0.14 0.26 159.75 0.37 0.58
Hex 6C BC A1 2B 0 E 1A A0 25 3A
Octal 154 274 241 53 0 16 32 240 45 72
Binary 1101100 10111100 10100001 101011 0 1110 11010 10100000 100101 111010

Color Harmonies of #6CBCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBCA1

Black with #6CBCA1

Text Example


Text Example

White with #6CBCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,188,161); }

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

background-color css

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

 a { background-color: rgb(108,188,161); }

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

border-color css

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

 span { border-color: rgb(108,188,161); }

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