#61A693

Color #61A693 Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #61A693

Tints of Keppel #61A693

Color information

#61A693 (or 0x61A693) is unknown color: approx Keppel. HEX triplet: 61, A6 and 93. RGB value is (97,166,147). Sum of RGB (Red+Green+Blue) = 97+166+147=410 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.66% from 410); Green value is 166 (65.23% from 255 or 40.49% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 166 - color contains mainly: green. Hex color #61A693 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A693 is #9E596C. Grayscale: #8F8F8F. Windows color (decimal): -10377581 or 9676385. OLE color: 9676385.

HSL color Cylindrical-coordinate representation of color #61A693: hue angle of 163.48º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61A693 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB97166147-
CMYK0.4200.110.35
HSL163.48º27.94%51.57%-
HSV(B)163.48º41.57%65.1%-
XYZ23.8331.9232.51-
YUV143.2130.1495.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.66%
GREEN value IS 166 (65.23% from 255) = 40.49%
BLUE value IS 147 (57.81% from 255) = 35.85%
R=23.66%
G=40.49%
B=35.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal971661470.4200.110.35163.4827.9451.57
Hex61A6932A0B23a31c34
Octal14124622352013432433464
Binary11000011010011010010011101010010111000111010001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61A693; }

 p { color: rgb(97,166,147); }

 H1.HeaderClassName
 {
   color: #61A693;
 }
 .AnyTagClassName
 {
   color: #61A693;
 }
</style>
background-color css

<style>
 a { background-color: #61A693; }

 a { background-color: rgb(97,166,147); }

 div.DivClassName
 {
   background-color: #61A693;
 }
 .BgClassName
 {
   background-color: #61A693;
 }
</style>
border-color css

<style>
 span { border-color: #61A693; }

 span { border-color: rgb(97,166,147); }

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