Html Css Color HEX #6BAC9A Keppel

📋 copy color: '#6BAC9A'

red 107 ◦ green 172 ◦ blue 154

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

Shades of Keppel #6BAC9A

Tints of Keppel #6BAC9A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.72%

 BLUE value IS 154 (60.55% from 255) = 35.57%

R = 24.71%
G = 39.72%
B = 35.57%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#6BAC9A (or 0x6BAC9A) is known color: Keppel. HEX triplet: 6B, AC and 9A. RGB value is (107,172,154). Sum of RGB (Red+Green+Blue) = 107+172+154=433 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.71% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 172 - color contains mainly: green. Hex color #6BAC9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAC9A is #945365. Grayscale: #969696. Windows color (decimal): -9720678 or 10136683. OLE color: 10136683.

HSL color Cylindrical-coordinate representation of color #6BAC9A: hue angle of 163.38º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6BAC9A is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 107 172 154 -
CMYK 0.38 0 0.10 0.33
HSL 163.38º 0.28% 0.55% -
HSV(B) 163.38º 0.38% 0.67% -
XYZ 26.65 34.96 35.92 -
YUV 150.51 129.97 96.96 -
System Red Green Blue C M Y K H S L
Decimal 107 172 154 0.38 0 0.10 0.33 163.38 0.28 0.55
Hex 6B AC 9A 26 0 A 21 A3 1C 37
Octal 153 254 232 46 0 12 41 243 34 67
Binary 1101011 10101100 10011010 100110 0 1010 100001 10100011 11100 110111

Color Harmonies of #6BAC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAC9A

Black with #6BAC9A

Text Example


Text Example

White with #6BAC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,172,154); }

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

background-color css

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

 a { background-color: rgb(107,172,154); }

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

border-color css

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

 span { border-color: rgb(107,172,154); }

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