Html Css Color HEX #6BBCA4 Keppel

📋 copy color: '#6BBCA4'

red 107 ◦ green 188 ◦ blue 164

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

Shades of Keppel #6BBCA4

Tints of Keppel #6BBCA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.73%

R = 23.31%
G = 40.96%
B = 35.73%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#6BBCA4 (or 0x6BBCA4) is known color: Keppel. HEX triplet: 6B, BC and A4. RGB value is (107,188,164). Sum of RGB (Red+Green+Blue) = 107+188+164=459 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.31% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 164 (64.45% from 255 or 35.73% from 459); Max value from RGB is 188 - color contains mainly: green. Hex color #6BBCA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBCA4 is #94435B. Grayscale: #A1A1A1. Windows color (decimal): -9716572 or 10796139. OLE color: 10796139.

HSL color Cylindrical-coordinate representation of color #6BBCA4: hue angle of 162.22º 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 #6BBCA4 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 107 188 164 -
CMYK 0.43 0 0.13 0.26
HSL 162.22º 0.38% 0.58% -
HSV(B) 162.22º 0.43% 0.74% -
XYZ 30.75 41.77 41.56 -
YUV 161.05 129.66 89.45 -
System Red Green Blue C M Y K H S L
Decimal 107 188 164 0.43 0 0.13 0.26 162.22 0.38 0.58
Hex 6B BC A4 2B 0 D 1A A2 26 3A
Octal 153 274 244 53 0 15 32 242 46 72
Binary 1101011 10111100 10100100 101011 0 1101 11010 10100010 100110 111010

Color Harmonies of #6BBCA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBCA4

Black with #6BBCA4

Text Example


Text Example

White with #6BBCA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,188,164); }

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

background-color css

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

 a { background-color: rgb(107,188,164); }

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

border-color css

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

 span { border-color: rgb(107,188,164); }

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