Html Css Color HEX #6CBCA4 Keppel

📋 copy color: '#6CBCA4'

red 108 ◦ green 188 ◦ blue 164

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

Shades of Keppel #6CBCA4

Tints of Keppel #6CBCA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.65%

R = 23.48%
G = 40.87%
B = 35.65%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#6CBCA4 (or 0x6CBCA4) is known color: Keppel. HEX triplet: 6C, BC and A4. RGB value is (108,188,164). Sum of RGB (Red+Green+Blue) = 108+188+164=460 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.48% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 164 (64.45% from 255 or 35.65% from 460); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBCA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBCA4 is #93435B. Grayscale: #A1A1A1. Windows color (decimal): -9651036 or 10796140. OLE color: 10796140.

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

Color convert

RGB 108 188 164 -
CMYK 0.43 0 0.13 0.26
HSL 162º 0.37% 0.58% -
HSV(B) 162º 0.43% 0.74% -
XYZ 30.87 41.83 41.57 -
YUV 161.34 129.5 89.95 -
System Red Green Blue C M Y K H S L
Decimal 108 188 164 0.43 0 0.13 0.26 162 0.37 0.58
Hex 6C BC A4 2B 0 D 1A A2 25 3A
Octal 154 274 244 53 0 15 32 242 45 72
Binary 1101100 10111100 10100100 101011 0 1101 11010 10100010 100101 111010

Color Harmonies of #6CBCA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBCA4

Black with #6CBCA4

Text Example


Text Example

White with #6CBCA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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