Html Css Color HEX #6CB3A0 Keppel

📋 copy color: '#6CB3A0'

red 108 ◦ green 179 ◦ blue 160

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

Shades of Keppel #6CB3A0

Tints of Keppel #6CB3A0

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.04%

 BLUE value IS 160 (62.89% from 255) = 35.79%

R = 24.16%
G = 40.04%
B = 35.79%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#6CB3A0 (or 0x6CB3A0) is known color: Keppel. HEX triplet: 6C, B3 and A0. RGB value is (108,179,160). Sum of RGB (Red+Green+Blue) = 108+179+160=447 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.16% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 160 (62.89% from 255 or 35.79% from 447); Max value from RGB is 179 - color contains mainly: green. Hex color #6CB3A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB3A0 is #934C5F. Grayscale: #9B9B9B. Windows color (decimal): -9653344 or 10531692. OLE color: 10531692.

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

Color convert

RGB 108 179 160 -
CMYK 0.40 0 0.11 0.30
HSL 163.94º 0.32% 0.56% -
HSV(B) 163.94º 0.4% 0.7% -
XYZ 28.65 37.97 39.08 -
YUV 155.61 130.48 94.04 -
System Red Green Blue C M Y K H S L
Decimal 108 179 160 0.40 0 0.11 0.30 163.94 0.32 0.56
Hex 6C B3 A0 28 0 B 1E A4 20 38
Octal 154 263 240 50 0 13 36 244 40 70
Binary 1101100 10110011 10100000 101000 0 1011 11110 10100100 100000 111000

Color Harmonies of #6CB3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB3A0

Black with #6CB3A0

Text Example


Text Example

White with #6CB3A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,179,160); }

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

background-color css

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

 a { background-color: rgb(108,179,160); }

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

border-color css

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

 span { border-color: rgb(108,179,160); }

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