Html Css Color HEX #69BCA7 Keppel

📋 copy color: '#69BCA7'

red 105 ◦ green 188 ◦ blue 167

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

Shades of Keppel #69BCA7

Tints of Keppel #69BCA7

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.87%

 BLUE value IS 167 (65.63% from 255) = 36.3%

R = 22.83%
G = 40.87%
B = 36.3%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#69BCA7 (or 0x69BCA7) is known color: Keppel. HEX triplet: 69, BC and A7. RGB value is (105,188,167). Sum of RGB (Red+Green+Blue) = 105+188+167=460 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.83% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 167 (65.62% from 255 or 36.30% from 460); Max value from RGB is 188 - color contains mainly: green. Hex color #69BCA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69BCA7 is #964358. Grayscale: #A0A0A0. Windows color (decimal): -9847641 or 10992745. OLE color: 10992745.

HSL color Cylindrical-coordinate representation of color #69BCA7: hue angle of 164.82º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69BCA7 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 105 188 167 -
CMYK 0.44 0 0.11 0.26
HSL 164.82º 0.38% 0.57% -
HSV(B) 164.82º 0.44% 0.74% -
XYZ 30.78 41.76 43 -
YUV 160.79 131.5 88.21 -
System Red Green Blue C M Y K H S L
Decimal 105 188 167 0.44 0 0.11 0.26 164.82 0.38 0.57
Hex 69 BC A7 2C 0 B 1A A5 26 39
Octal 151 274 247 54 0 13 32 245 46 71
Binary 1101001 10111100 10100111 101100 0 1011 11010 10100101 100110 111001

Color Harmonies of #69BCA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BCA7

Black with #69BCA7

Text Example


Text Example

White with #69BCA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,188,167); }

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

background-color css

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

 a { background-color: rgb(105,188,167); }

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

border-color css

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

 span { border-color: rgb(105,188,167); }

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