Html Css Color HEX #60A693 Keppel

📋 copy color: '#60A693'

red 96 ◦ green 166 ◦ blue 147

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

Shades of Keppel #60A693

Tints of Keppel #60A693

RGB

 RED value IS 96 (37.89% from 255) = 23.47%

 GREEN value IS 166 (65.23% from 255) = 40.59%

 BLUE value IS 147 (57.81% from 255) = 35.94%

R = 23.47%
G = 40.59%
B = 35.94%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#60A693 (or 0x60A693) is known color: Keppel. HEX triplet: 60, A6 and 93. RGB value is (96,166,147). Sum of RGB (Red+Green+Blue) = 96+166+147=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 166 - color contains mainly: green. Hex color #60A693 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A693 is #9F596C. Grayscale: #8E8E8E. Windows color (decimal): -10443117 or 9676384. OLE color: 9676384.

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

Color convert

RGB 96 166 147 -
CMYK 0.42 0 0.11 0.35
HSL 163.71º 0.28% 0.51% -
HSV(B) 163.71º 0.42% 0.65% -
XYZ 23.73 31.87 32.5 -
YUV 142.9 130.31 94.54 -
System Red Green Blue C M Y K H S L
Decimal 96 166 147 0.42 0 0.11 0.35 163.71 0.28 0.51
Hex 60 A6 93 2A 0 B 23 A4 1C 33
Octal 140 246 223 52 0 13 43 244 34 63
Binary 1100000 10100110 10010011 101010 0 1011 100011 10100100 11100 110011

Color Harmonies of #60A693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A693

Black with #60A693

Text Example


Text Example

White with #60A693

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #60A693;
 }
 .AnyTagClassName
 {
   color: #60A693;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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