Html Css Color HEX #6BBEA0 Keppel

📋 copy color: '#6BBEA0'

red 107 ◦ green 190 ◦ blue 160

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

Shades of Keppel #6BBEA0

Tints of Keppel #6BBEA0

RGB

 RED value IS 107 (42.19% from 255) = 23.41%

 GREEN value IS 190 (74.61% from 255) = 41.58%

 BLUE value IS 160 (62.89% from 255) = 35.01%

R = 23.41%
G = 41.58%
B = 35.01%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#6BBEA0 (or 0x6BBEA0) is known color: Keppel. HEX triplet: 6B, BE and A0. RGB value is (107,190,160). Sum of RGB (Red+Green+Blue) = 107+190+160=457 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.41% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 190 - color contains mainly: green. Hex color #6BBEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBEA0 is #94415F. Grayscale: #A1A1A1. Windows color (decimal): -9716064 or 10534507. OLE color: 10534507.

HSL color Cylindrical-coordinate representation of color #6BBEA0: hue angle of 158.31º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6BBEA0 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 190 160 -
CMYK 0.44 0 0.16 0.25
HSL 158.31º 0.39% 0.58% -
HSV(B) 158.31º 0.44% 0.75% -
XYZ 30.82 42.49 39.83 -
YUV 161.76 127 88.94 -
System Red Green Blue C M Y K H S L
Decimal 107 190 160 0.44 0 0.16 0.25 158.31 0.39 0.58
Hex 6B BE A0 2C 0 10 19 9E 27 3A
Octal 153 276 240 54 0 20 31 236 47 72
Binary 1101011 10111110 10100000 101100 0 10000 11001 10011110 100111 111010

Color Harmonies of #6BBEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBEA0

Black with #6BBEA0

Text Example


Text Example

White with #6BBEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6BBEA0; }

 p { color: rgb(107,190,160); }

 H1.HeaderClassName
 {
   color: #6BBEA0;
 }
 .AnyTagClassName
 {
   color: #6BBEA0;
 }
</style>

background-color css

<style>
 a { background-color: #6BBEA0; }

 a { background-color: rgb(107,190,160); }

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

border-color css

<style>
 span { border-color: #6BBEA0; }

 span { border-color: rgb(107,190,160); }

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