Html Css Color HEX #6BBDA6 Keppel

📋 copy color: '#6BBDA6'

red 107 ◦ green 189 ◦ blue 166

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

Shades of Keppel #6BBDA6

Tints of Keppel #6BBDA6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.91%

 BLUE value IS 166 (65.23% from 255) = 35.93%

R = 23.16%
G = 40.91%
B = 35.93%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#6BBDA6 (or 0x6BBDA6) is known color: Keppel. HEX triplet: 6B, BD and A6. RGB value is (107,189,166). Sum of RGB (Red+Green+Blue) = 107+189+166=462 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.16% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 166 (65.23% from 255 or 35.93% from 462); Max value from RGB is 189 - color contains mainly: green. Hex color #6BBDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBDA6 is #944259. Grayscale: #A1A1A1. Windows color (decimal): -9716314 or 10927467. OLE color: 10927467.

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

Color convert

RGB 107 189 166 -
CMYK 0.43 0 0.12 0.26
HSL 163.17º 0.38% 0.58% -
HSV(B) 163.17º 0.43% 0.74% -
XYZ 31.14 42.27 42.59 -
YUV 161.86 130.33 88.87 -
System Red Green Blue C M Y K H S L
Decimal 107 189 166 0.43 0 0.12 0.26 163.17 0.38 0.58
Hex 6B BD A6 2B 0 C 1A A3 26 3A
Octal 153 275 246 53 0 14 32 243 46 72
Binary 1101011 10111101 10100110 101011 0 1100 11010 10100011 100110 111010

Color Harmonies of #6BBDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBDA6

Black with #6BBDA6

Text Example


Text Example

White with #6BBDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,189,166); }

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

background-color css

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

 a { background-color: rgb(107,189,166); }

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

border-color css

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

 span { border-color: rgb(107,189,166); }

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