Html Css Color HEX #6BBEA2 Keppel

📋 copy color: '#6BBEA2'

red 107 ◦ green 190 ◦ blue 162

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

Shades of Keppel #6BBEA2

Tints of Keppel #6BBEA2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.39%

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

R = 23.31%
G = 41.39%
B = 35.29%

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

#6BBEA2 (or 0x6BBEA2) is known color: Keppel. HEX triplet: 6B, BE and A2. RGB value is (107,190,162). Sum of RGB (Red+Green+Blue) = 107+190+162=459 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.31% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 190 - color contains mainly: green. Hex color #6BBEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBEA2 is #94415D. Grayscale: #A2A2A2. Windows color (decimal): -9716062 or 10665579. OLE color: 10665579.

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

Color convert

RGB 107 190 162 -
CMYK 0.44 0 0.15 0.25
HSL 159.76º 0.39% 0.58% -
HSV(B) 159.76º 0.44% 0.75% -
XYZ 31 42.56 40.76 -
YUV 161.99 128 88.78 -
System Red Green Blue C M Y K H S L
Decimal 107 190 162 0.44 0 0.15 0.25 159.76 0.39 0.58
Hex 6B BE A2 2C 0 F 19 A0 27 3A
Octal 153 276 242 54 0 17 31 240 47 72
Binary 1101011 10111110 10100010 101100 0 1111 11001 10100000 100111 111010

Color Harmonies of #6BBEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBEA2

Black with #6BBEA2

Text Example


Text Example

White with #6BBEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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