Html Css Color HEX #65A698 Keppel

📋 copy color: '#65A698'

red 101 ◦ green 166 ◦ blue 152

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

Shades of Keppel #65A698

Tints of Keppel #65A698

RGB

 RED value IS 101 (39.84% from 255) = 24.11%

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

 BLUE value IS 152 (59.77% from 255) = 36.28%

R = 24.11%
G = 39.62%
B = 36.28%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#65A698 (or 0x65A698) is known color: Keppel. HEX triplet: 65, A6 and 98. RGB value is (101,166,152). Sum of RGB (Red+Green+Blue) = 101+166+152=419 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.11% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 152 (59.77% from 255 or 36.28% from 419); Max value from RGB is 166 - color contains mainly: green. Hex color #65A698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A698 is #9A5967. Grayscale: #909090. Windows color (decimal): -10115432 or 10004069. OLE color: 10004069.

HSL color Cylindrical-coordinate representation of color #65A698: hue angle of 167.08º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #65A698 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 101 166 152 -
CMYK 0.39 0 0.08 0.35
HSL 167.08º 0.27% 0.52% -
HSV(B) 167.08º 0.39% 0.65% -
XYZ 24.67 32.31 34.64 -
YUV 144.97 131.97 96.64 -
System Red Green Blue C M Y K H S L
Decimal 101 166 152 0.39 0 0.08 0.35 167.08 0.27 0.52
Hex 65 A6 98 27 0 8 23 A7 1B 34
Octal 145 246 230 47 0 10 43 247 33 64
Binary 1100101 10100110 10011000 100111 0 1000 100011 10100111 11011 110100

Color Harmonies of #65A698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A698

Black with #65A698

Text Example


Text Example

White with #65A698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65A698; }

 p { color: rgb(101,166,152); }

 H1.HeaderClassName
 {
   color: #65A698;
 }
 .AnyTagClassName
 {
   color: #65A698;
 }
</style>

background-color css

<style>
 a { background-color: #65A698; }

 a { background-color: rgb(101,166,152); }

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

border-color css

<style>
 span { border-color: #65A698; }

 span { border-color: rgb(101,166,152); }

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