Html Css Color HEX #6CBAA3 Keppel

📋 copy color: '#6CBAA3'

red 108 ◦ green 186 ◦ blue 163

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

Shades of Keppel #6CBAA3

Tints of Keppel #6CBAA3

RGB

 RED value IS 108 (42.58% from 255) = 23.63%

 GREEN value IS 186 (73.05% from 255) = 40.7%

 BLUE value IS 163 (64.06% from 255) = 35.67%

R = 23.63%
G = 40.7%
B = 35.67%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#6CBAA3 (or 0x6CBAA3) is known color: Keppel. HEX triplet: 6C, BA and A3. RGB value is (108,186,163). Sum of RGB (Red+Green+Blue) = 108+186+163=457 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.63% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 163 (64.06% from 255 or 35.67% from 457); Max value from RGB is 186 - color contains mainly: green. Hex color #6CBAA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBAA3 is #93455C. Grayscale: #A0A0A0. Windows color (decimal): -9651549 or 10730092. OLE color: 10730092.

HSL color Cylindrical-coordinate representation of color #6CBAA3: hue angle of 162.31º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6CBAA3 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 108 186 163 -
CMYK 0.42 0 0.12 0.27
HSL 162.31º 0.36% 0.58% -
HSV(B) 162.31º 0.42% 0.73% -
XYZ 30.35 40.95 40.95 -
YUV 160.06 129.66 90.87 -
System Red Green Blue C M Y K H S L
Decimal 108 186 163 0.42 0 0.12 0.27 162.31 0.36 0.58
Hex 6C BA A3 2A 0 C 1B A2 24 3A
Octal 154 272 243 52 0 14 33 242 44 72
Binary 1101100 10111010 10100011 101010 0 1100 11011 10100010 100100 111010

Color Harmonies of #6CBAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBAA3

Black with #6CBAA3

Text Example


Text Example

White with #6CBAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,186,163); }

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

background-color css

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

 a { background-color: rgb(108,186,163); }

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

border-color css

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

 span { border-color: rgb(108,186,163); }

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