Html Css Color HEX #6BBFA2 Keppel

📋 copy color: '#6BBFA2'

red 107 ◦ green 191 ◦ blue 162

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

Shades of Keppel #6BBFA2

Tints of Keppel #6BBFA2

RGB

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

 GREEN value IS 191 (75% from 255) = 41.52%

 BLUE value IS 162 (63.67% from 255) = 35.22%

R = 23.26%
G = 41.52%
B = 35.22%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#6BBFA2 (or 0x6BBFA2) is known color: Keppel. HEX triplet: 6B, BF and A2. RGB value is (107,191,162). Sum of RGB (Red+Green+Blue) = 107+191+162=460 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.26% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 162 (63.67% from 255 or 35.22% from 460); Max value from RGB is 191 - color contains mainly: green. Hex color #6BBFA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBFA2 is #94405D. Grayscale: #A2A2A2. Windows color (decimal): -9715806 or 10665835. OLE color: 10665835.

HSL color Cylindrical-coordinate representation of color #6BBFA2: hue angle of 159.29º degrees, saturation: 0.4, 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 #6BBFA2 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 191 162 -
CMYK 0.44 0 0.15 0.25
HSL 159.29º 0.4% 0.58% -
HSV(B) 159.29º 0.44% 0.75% -
XYZ 31.22 43 40.84 -
YUV 162.58 127.67 88.36 -
System Red Green Blue C M Y K H S L
Decimal 107 191 162 0.44 0 0.15 0.25 159.29 0.4 0.58
Hex 6B BF A2 2C 0 F 19 9F 28 3A
Octal 153 277 242 54 0 17 31 237 50 72
Binary 1101011 10111111 10100010 101100 0 1111 11001 10011111 101000 111010

Color Harmonies of #6BBFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBFA2

Black with #6BBFA2

Text Example


Text Example

White with #6BBFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,191,162); }

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

background-color css

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

 a { background-color: rgb(107,191,162); }

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

border-color css

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

 span { border-color: rgb(107,191,162); }

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