Html Css Color HEX #6BBBA5 Keppel

📋 copy color: '#6BBBA5'

red 107 ◦ green 187 ◦ blue 165

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

Shades of Keppel #6BBBA5

Tints of Keppel #6BBBA5

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.74%

 BLUE value IS 165 (64.84% from 255) = 35.95%

R = 23.31%
G = 40.74%
B = 35.95%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#6BBBA5 (or 0x6BBBA5) is known color: Keppel. HEX triplet: 6B, BB and A5. RGB value is (107,187,165). Sum of RGB (Red+Green+Blue) = 107+187+165=459 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.31% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 165 (64.84% from 255 or 35.95% from 459); Max value from RGB is 187 - color contains mainly: green. Hex color #6BBBA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBBA5 is #94445A. Grayscale: #A0A0A0. Windows color (decimal): -9716827 or 10861419. OLE color: 10861419.

HSL color Cylindrical-coordinate representation of color #6BBBA5: hue angle of 163.5º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6BBBA5 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 107 187 165 -
CMYK 0.43 0 0.12 0.27
HSL 163.5º 0.37% 0.58% -
HSV(B) 163.5º 0.43% 0.73% -
XYZ 30.63 41.38 41.97 -
YUV 160.57 130.5 89.79 -
System Red Green Blue C M Y K H S L
Decimal 107 187 165 0.43 0 0.12 0.27 163.5 0.37 0.58
Hex 6B BB A5 2B 0 C 1B A4 25 3A
Octal 153 273 245 53 0 14 33 244 45 72
Binary 1101011 10111011 10100101 101011 0 1100 11011 10100100 100101 111010

Color Harmonies of #6BBBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBBA5

Black with #6BBBA5

Text Example


Text Example

White with #6BBBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,187,165); }

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

background-color css

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

 a { background-color: rgb(107,187,165); }

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

border-color css

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

 span { border-color: rgb(107,187,165); }

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