Html Css Color HEX #69B598 Keppel

📋 copy color: '#69B598'

red 105 ◦ green 181 ◦ blue 152

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

Shades of Keppel #69B598

Tints of Keppel #69B598

RGB

 RED value IS 105 (41.41% from 255) = 23.97%

 GREEN value IS 181 (71.09% from 255) = 41.32%

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

R = 23.97%
G = 41.32%
B = 34.7%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#69B598 (or 0x69B598) is known color: Keppel. HEX triplet: 69, B5 and 98. RGB value is (105,181,152). Sum of RGB (Red+Green+Blue) = 105+181+152=438 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.97% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 152 (59.77% from 255 or 34.70% from 438); Max value from RGB is 181 - color contains mainly: green. Hex color #69B598 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B598 is #964A67. Grayscale: #9B9B9B. Windows color (decimal): -9849448 or 10007913. OLE color: 10007913.

HSL color Cylindrical-coordinate representation of color #69B598: hue angle of 157.11º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #69B598 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 105 181 152 -
CMYK 0.42 0 0.16 0.29
HSL 157.11º 0.34% 0.56% -
HSV(B) 157.11º 0.42% 0.71% -
XYZ 28.02 38.32 35.63 -
YUV 154.97 126.32 92.36 -
System Red Green Blue C M Y K H S L
Decimal 105 181 152 0.42 0 0.16 0.29 157.11 0.34 0.56
Hex 69 B5 98 2A 0 10 1D 9D 22 38
Octal 151 265 230 52 0 20 35 235 42 70
Binary 1101001 10110101 10011000 101010 0 10000 11101 10011101 100010 111000

Color Harmonies of #69B598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B598

Black with #69B598

Text Example


Text Example

White with #69B598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69B598; }

 p { color: rgb(105,181,152); }

 H1.HeaderClassName
 {
   color: #69B598;
 }
 .AnyTagClassName
 {
   color: #69B598;
 }
</style>

background-color css

<style>
 a { background-color: #69B598; }

 a { background-color: rgb(105,181,152); }

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

border-color css

<style>
 span { border-color: #69B598; }

 span { border-color: rgb(105,181,152); }

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